edoarc commited on
Commit
5ff91d0
·
verified ·
1 Parent(s): f3e5196

Add causal-conv1d/py312torch211cu130 README

Browse files
causal-conv1d/py312torch211cu130/README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # causal-conv1d 1.6.1
2
+
3
+ Built for lm-mega-trainer on Python 3.12, PyTorch 2.11.0+cu130, CUDA 13.0, and H100/SM90.
4
+
5
+ Build environment:
6
+ - CUDA module: cuda/13.0
7
+ - PyTorch: 2.11.0+cu130
8
+ - nvidia-cublas: 13.5.1.27
9
+ - nvidia-cudnn-cu13: 9.19.0.56
10
+
11
+ Build command summary:
12
+ - `uv run --no-sync --with pip python -m pip wheel --no-deps --no-build-isolation --no-binary causal-conv1d causal-conv1d==1.6.1`
13
+
14
+ Validated by importing `causal_conv1d` in lm-mega-trainer.