Commit ·
6ce0353
1
Parent(s): 1e69c6f
fix
Browse files
__pycache__/causal_conv1d_compilable.cpython-312.pyc
ADDED
|
Binary file (10.7 kB). View file
|
|
|
__pycache__/norms.cpython-312.pyc
ADDED
|
Binary file (14.5 kB). View file
|
|
|
__pycache__/ssm_compilable.cpython-312.pyc
ADDED
|
Binary file (12.3 kB). View file
|
|
|
norms.py
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
norms.py
|
| 2 |
"""Adapted from https://github.com/pytorch/torchtitan/blob/main/torchtitan/models/norms.py"""
|
| 3 |
|
| 4 |
import math
|
|
|
|
|
|
|
| 1 |
"""Adapted from https://github.com/pytorch/torchtitan/blob/main/torchtitan/models/norms.py"""
|
| 2 |
|
| 3 |
import math
|