Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -12,4 +12,5 @@ numpy # train.py dataset memmap
|
|
12 |
jsonargparse[signatures] # generate.py, convert_checkpoint.py CLI
|
13 |
bitsandbytes # quantization.py
|
14 |
datasets # evaluate.py
|
15 |
-
zstandard # prepare_redpajama.py
|
|
|
|
12 |
jsonargparse[signatures] # generate.py, convert_checkpoint.py CLI
|
13 |
bitsandbytes # quantization.py
|
14 |
datasets # evaluate.py
|
15 |
+
zstandard # prepare_redpajama.py
|
16 |
+
lit_llama @ git+https://github.com/Lightning-AI/lit-llama@master
|