Update requirements
Browse files- requirements.txt +1 -4
requirements.txt
CHANGED
@@ -2,13 +2,10 @@ einops
|
|
2 |
flax
|
3 |
gradio
|
4 |
huggingface-hub
|
5 |
-
-f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
|
6 |
-
jax[cuda12_pip]~=0.4.25
|
7 |
-
jaxlib
|
8 |
ml_collections
|
9 |
numpy
|
10 |
orbax-checkpoint
|
11 |
Pillow
|
12 |
psutil
|
13 |
sentencepiece
|
14 |
-
|
|
|
2 |
flax
|
3 |
gradio
|
4 |
huggingface-hub
|
|
|
|
|
|
|
5 |
ml_collections
|
6 |
numpy
|
7 |
orbax-checkpoint
|
8 |
Pillow
|
9 |
psutil
|
10 |
sentencepiece
|
11 |
+
git+https://github.com/abetlen/llama-cpp-python.git@add-paligemma-support
|