Skip to content

Commit 79a0c49

Browse files
committed
update requirements.txt
1 parent 74510b5 commit 79a0c49

File tree

4 files changed

+10
-115
lines changed

4 files changed

+10
-115
lines changed

README.md

-6
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,8 @@ Then, directly test it by using [DS-1000 GitHub](https://github.com/xlang-ai/DS-
8686

8787
5. Web demo (Include code interpreter)
8888

89-
Install gradio related pakcages
9089
```
9190
cd /Web_demo
92-
pip install -r requirements.txt
93-
```
94-
95-
Run it:
96-
```
9791
python chatbot.py
9892
```
9993

Web_demo/chatbot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ def on_exit():
382382
[chatbot, session_state, dialog_info], queue=False)
383383

384384
demo.queue(max_size=20)
385-
demo.launch(share=True, server_port = 7000)
385+
demo.launch(share=True, server_port = 8000)
386386

387387

388388
if __name__ == "__main__":

Web_demo/requirements.txt

-32
This file was deleted.

requirements.txt

+9-76
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,11 @@
1-
accelerate==0.30.0
2-
aiohttp==3.8.4
3-
aiosignal==1.3.1
4-
annotated-types==0.6.0
5-
antlr4-python3-runtime==4.9.3
6-
anyio==3.7.1
7-
async-timeout==4.0.2
8-
attrs==23.1.0
9-
backoff==2.2.1
10-
certifi==2023.5.7
11-
charset-normalizer==3.1.0
12-
cmake==3.26.4
13-
datasets==2.19.1
14-
dill==0.3.6
15-
distro==1.8.0
16-
einops==0.7.0
17-
filelock==3.12.2
18-
fire==0.5.0
19-
frozenlist==1.3.3
20-
fsspec==2023.6.0
21-
h11==0.14.0
22-
httpcore==1.0.2
23-
httpx==0.25.2
24-
huggingface-hub==0.23.0
25-
idna==3.4
26-
Jinja2==3.1.2
27-
lit==16.0.6
28-
MarkupSafe==2.1.3
29-
mpmath==1.3.0
30-
multidict==6.0.4
31-
multiprocess==0.70.14
32-
networkx==3.1
331
numpy==1.25.0
34-
nvidia-cublas-cu11==11.10.3.66
35-
nvidia-cuda-cupti-cu11==11.7.101
36-
nvidia-cuda-nvrtc-cu11==11.7.99
37-
nvidia-cuda-runtime-cu11==11.7.99
38-
nvidia-cudnn-cu11==8.5.0.96
39-
nvidia-cufft-cu11==10.9.0.58
40-
nvidia-curand-cu11==10.2.10.91
41-
nvidia-cusolver-cu11==11.4.0.1
42-
nvidia-cusparse-cu11==11.7.4.91
43-
nvidia-nccl-cu11==2.14.3
44-
nvidia-nvtx-cu11==11.7.91
45-
omegaconf==2.3.0
46-
openai==0.28.0
47-
packaging==23.1
48-
pandas==2.0.3
49-
pip==23.1.2
50-
psutil==5.9.8
51-
pyarrow==12.0.1
52-
pyarrow-hotfix==0.6
53-
pydantic==2.5.2
54-
pydantic_core==2.14.5
55-
python-dateutil==2.8.2
56-
pytz==2023.3
57-
PyYAML==6.0
58-
regex==2023.6.3
59-
requests==2.31.0
60-
safetensors==0.4.3
61-
setuptools==67.8.0
62-
six==1.16.0
63-
sniffio==1.3.0
64-
sympy==1.12
65-
termcolor==2.4.0
66-
tiktoken==0.5.2
67-
tokenizers==0.19.1
68-
torch==2.0.1
69-
tqdm==4.65.0
2+
torchneuromorphic
3+
h5py==3.11.0
4+
scipy>=1.0
5+
tensorboardX==2.6.2.2
6+
datasets==2.19.1
707
transformers==4.40.2
71-
tree-sitter==0.20.1
72-
triton==2.0.0
73-
typing_extensions==4.8.0
74-
tzdata==2023.3
75-
urllib3==2.0.3
76-
wheel==0.38.4
77-
xxhash==3.2.0
78-
yarl==1.9.2
8+
torch==2.0.1
9+
accelerate==0.30.0
10+
gradio==3.48.0
11+
jupyter_client==8.3.0

0 commit comments

Comments
 (0)