AurelioAguirre commited on
Commit
a347719
·
1 Parent(s): 3697055

New Dockerfile, still dummy app, testing minimal req file. v6

Browse files
Files changed (2) hide show
  1. README.md +1 -26
  2. _requirements.txt +0 -57
README.md CHANGED
@@ -1,26 +1 @@
1
- ---
2
- title: LLM Server
3
- emoji: 🐨
4
- colorFrom: indigo
5
- colorTo: yellow
6
- sdk: docker
7
- app_port: 7860
8
- pinned: false
9
- short_description: LLM Server for Team Gen KI (GPU goes here)
10
- ---
11
-
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
13
-
14
-
15
- HTTP Clone:
16
-
17
- git clone https://huggingface.co/spaces/TeamGenKI/LLM-Server
18
-
19
- SSH Clone:
20
-
21
- git clone git@hf.co:spaces/TeamGenKI/LLM-Server
22
-
23
-
24
- Hosted location:
25
-
26
- https://teamgenki-llmserver.hf.space
 
1
+ # LLM Server
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
_requirements.txt DELETED
@@ -1,57 +0,0 @@
1
- accelerate==1.1.1
2
- annotated-types==0.7.0
3
- anyio==4.6.2.post1
4
- bitsandbytes==0.44.1
5
- certifi==2024.8.30
6
- charset-normalizer==3.4.0
7
- click==8.1.7
8
- fastapi==0.115.5
9
- filelock==3.16.1
10
- fsspec==2024.10.0
11
- h11==0.14.0
12
- huggingface-hub==0.26.3
13
- idna==3.10
14
- inquirerpy==0.3.4
15
- Jinja2==3.1.4
16
- MarkupSafe==3.0.2
17
- mpmath==1.3.0
18
- networkx==3.4.2
19
- numpy==2.1.3
20
- nvidia-cublas-cu12==12.4.5.8
21
- nvidia-cuda-cupti-cu12==12.4.127
22
- nvidia-cuda-nvrtc-cu12==12.4.127
23
- nvidia-cuda-runtime-cu12==12.4.127
24
- nvidia-cudnn-cu12==9.1.0.70
25
- nvidia-cufft-cu12==11.2.1.3
26
- nvidia-curand-cu12==10.3.5.147
27
- nvidia-cusolver-cu12==11.6.1.9
28
- nvidia-cusparse-cu12==12.3.1.170
29
- nvidia-nccl-cu12==2.21.5
30
- nvidia-nvjitlink-cu12==12.4.127
31
- nvidia-nvtx-cu12==12.4.127
32
- packaging==24.2
33
- pfzy==0.3.4
34
- prompt_toolkit==3.0.48
35
- psutil==6.1.0
36
- pydantic==2.10.2
37
- pydantic_core==2.27.1
38
- python-dotenv==1.0.1
39
- PyYAML==6.0.2
40
- regex==2024.11.6
41
- requests==2.32.3
42
- router==0.1
43
- safetensors==0.4.5
44
- setuptools==75.6.0
45
- sniffio==1.3.1
46
- starlette==0.41.3
47
- sympy==1.13.1
48
- tokenizers==0.20.3
49
- torch==2.5.1
50
- tqdm==4.67.1
51
- transformers==4.46.3
52
- triton==3.1.0
53
- typing_extensions==4.12.2
54
- urllib3==2.2.3
55
- utils==1.0.2
56
- uvicorn==0.32.1
57
- wcwidth==0.2.13