John6666 commited on
Commit
23297fe
1 Parent(s): 9ee2570

Upload 6 files

Browse files
Files changed (2) hide show
  1. llmdolphin.py +1 -1
  2. requirements.txt +12 -6
llmdolphin.py CHANGED
@@ -1,5 +1,5 @@
1
- import gradio as gr
2
  import spaces
 
3
  from llama_cpp import Llama
4
  from llama_cpp_agent import LlamaCppAgent, MessagesFormatterType
5
  from llama_cpp_agent.providers import LlamaCppPythonProvider
 
 
1
  import spaces
2
+ import gradio as gr
3
  from llama_cpp import Llama
4
  from llama_cpp_agent import LlamaCppAgent, MessagesFormatterType
5
  from llama_cpp_agent.providers import LlamaCppPythonProvider
requirements.txt CHANGED
@@ -1,17 +1,23 @@
 
 
 
 
 
1
  git+https://github.com/R3gm/stablepy.git@dev2
2
  torch==2.2.0
3
  gdown
4
  opencv-python
5
- pytorch-lightning
 
 
 
 
 
6
  torchvision
7
- accelerate
8
- transformers
9
  optimum[onnxruntime]
10
- spaces
11
  dartrs
12
- huggingface_hub
13
  httpx==0.13.3
14
  httpcore
15
  googletrans==4.0.0rc1
16
  timm
17
- rapidfuzz
 
1
+ accelerate
2
+ diffusers
3
+ invisible_watermark
4
+ transformers
5
+ xformers
6
  git+https://github.com/R3gm/stablepy.git@dev2
7
  torch==2.2.0
8
  gdown
9
  opencv-python
10
+ huggingface_hub
11
+ scikit-build-core
12
+ https://github.com/abetlen/llama-cpp-python/releases/download/v0.2.88-cu124/llama_cpp_python-0.2.88-cp310-cp310-linux_x86_64.whl
13
+ git+https://github.com/Maximilian-Winter/llama-cpp-agent
14
+ pybind11>=2.12
15
+ rapidfuzz
16
  torchvision
 
 
17
  optimum[onnxruntime]
 
18
  dartrs
 
19
  httpx==0.13.3
20
  httpcore
21
  googletrans==4.0.0rc1
22
  timm
23
+ wrapt-timeout-decorator