Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Tonic
/
Pixtral
like
12
Paused
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
Tonic
commited on
Sep 12, 2024
Commit
5d2fa6c
·
unverified
·
1 Parent(s):
70c7a11
add vllm
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -43,6 +43,7 @@ with open(f'{model_path}/tekken.json', 'r') as f:
43
44
llm = None
45
46
def initialize_llm():
47
global llm
48
if llm is None:
43
44
llm = None
45
46
+
@spaces.GPU()
47
def initialize_llm():
48
global llm
49
if llm is None: