Spaces:
Paused
Paused
AurelioAguirre
commited on
Commit
·
8412920
1
Parent(s):
a347719
New Dockerfile, still dummy app, testing minimal req file. Fixed REAMDME
Browse files
README.md
CHANGED
@@ -1 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# LLM Server
|
|
|
1 |
+
---
|
2 |
+
title: LLMServer
|
3 |
+
emoji: 😁
|
4 |
+
colorFrom: red
|
5 |
+
colorTo: green
|
6 |
+
sdk: docker
|
7 |
+
python_version: 3.10-slim
|
8 |
+
app_file: main/app.py
|
9 |
+
pinned: false
|
10 |
+
suggested_hardware: "a100-large"
|
11 |
+
---
|
12 |
+
|
13 |
# LLM Server
|