mtasic85 commited on
Commit
4c7ab4e
1 Parent(s): 6aa783f

requirements

Browse files
scripts/requirements-lit.in DELETED
@@ -1,11 +0,0 @@
1
- # pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
2
- tqdm
3
- datasets
4
- jinja2
5
- transformers
6
- bitsandbytes
7
- wandb
8
- # litgpt[all]
9
- litgpt[all] @ git+https://github.com/Lightning-AI/litgpt.git
10
- litdata
11
- grokadamw
 
 
 
 
 
 
 
 
 
 
 
 
scripts/requirements.in CHANGED
@@ -1,6 +1,11 @@
 
1
  tqdm
2
  datasets
3
  jinja2
4
  transformers
5
  bitsandbytes
6
- wandb
 
 
 
 
 
1
+ # pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
2
  tqdm
3
  datasets
4
  jinja2
5
  transformers
6
  bitsandbytes
7
+ wandb
8
+ # litgpt[all]
9
+ litgpt[all] @ git+https://github.com/Lightning-AI/litgpt.git
10
+ litdata
11
+ grokadamw