We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a28b2ee commit f777140Copy full SHA for f777140
CC_requirements.txt
@@ -17,4 +17,5 @@ torch==2.1.1+computecanada
17
torchtext==0.16.1+computecanada
18
transformers==4.29.2+computecanada
19
umap-learn==0.5.6+computecanada
20
+torchdata==0.7.0+computecanada
21
wandb
requirements.txt
@@ -0,0 +1,21 @@
1
+accelerate==0.25.0
2
+black==22.8.0
3
+boto3==1.28.57
4
+botocore==1.31.57
5
+cmake
6
+einops==0.6
7
+matplotlib
8
+numpy==1.25.2
9
+omegaconf==2.3
10
+opt-einsum==3.3
11
+pandas==2.1
12
+peft==0.5
13
+scikit-learn==1.3
14
+scipy==1.12
15
+seaborn
16
+torch==2.1.1
+torchtext==0.16.1
+transformers==4.29.2
+umap-learn==0.5.6
+torchdata==0.7.0
+wandb
0 commit comments