Maoxt commited on
Commit
c2b5297
·
verified ·
1 Parent(s): e54a3c8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
  gradio
2
- # Additional required libraries for actual GGUF inference later (e.g., llama-cpp-python)
3
- # llama-cpp-python
4
- # numpy
 
1
  gradio
2
+ # Library needed to load and run GGUF models efficiently on CPU
3
+ llama-cpp-python
4
+ numpy