warleagle commited on
Commit
b98c5c3
·
verified ·
1 Parent(s): 999e786

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -11
requirements.txt CHANGED
@@ -1,11 +1,11 @@
1
- numpy >= 1.12.1
2
- scipy >= 1.0.1
3
- torch >= 2.0.0
4
- accelerate == 0.23.0
5
- bitsandbytes == 0.41.0
6
- peft == 0.5.0
7
- transformers == 4.34.0
8
- pillow == 10.0.1
9
  llama-cpp-python
10
  datasets
11
  zstandard
@@ -14,7 +14,7 @@ wandb
14
  openai
15
  sentencepiece
16
  fire
17
- datasketch == 1.5.9
18
- nltk == 3.8.1
19
- scikit-learn == 1.3.0
20
  pytest
 
1
+ numpy
2
+ scipy
3
+ torch
4
+ accelerate
5
+ bitsandbytes
6
+ peft
7
+ transformers
8
+ pillow
9
  llama-cpp-python
10
  datasets
11
  zstandard
 
14
  openai
15
  sentencepiece
16
  fire
17
+ datasketch
18
+ nltk
19
+ scikit-learn
20
  pytest