Update build-output/torch-universal/triton_llama_mlp/mlp.py
Browse files
build-output/torch-universal/triton_llama_mlp/mlp.py
CHANGED
|
@@ -155,8 +155,6 @@ class TritonLlamaMLP(nn.Module):
|
|
| 155 |
return down_output.reshape(original_shape).to(dtype)
|
| 156 |
|
| 157 |
|
| 158 |
-
|
| 159 |
-
|
| 160 |
# def test_triton_llama_mlp():
|
| 161 |
# """Test that TritonLlamaMLP produces the same output as LlamaMLP from transformers."""
|
| 162 |
# import torch
|
|
|
|
| 155 |
return down_output.reshape(original_shape).to(dtype)
|
| 156 |
|
| 157 |
|
|
|
|
|
|
|
| 158 |
# def test_triton_llama_mlp():
|
| 159 |
# """Test that TritonLlamaMLP produces the same output as LlamaMLP from transformers."""
|
| 160 |
# import torch
|