Spaces:
Sleeping
Sleeping
Add some logging statement
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ from transformers import pipeline
|
|
9 |
|
10 |
print("RUNNING PIPE")
|
11 |
pipe = pipeline("text-generation", model="NousResearch/Hermes-3-Llama-3.1-8B", max_new_tokens=200, device=0)
|
12 |
-
|
13 |
|
14 |
@spaces.GPU(duration=120)
|
15 |
def llama3_1_8B(question):
|
|
|
9 |
|
10 |
print("RUNNING PIPE")
|
11 |
pipe = pipeline("text-generation", model="NousResearch/Hermes-3-Llama-3.1-8B", max_new_tokens=200, device=0)
|
12 |
+
print("PIPE DONE")
|
13 |
|
14 |
@spaces.GPU(duration=120)
|
15 |
def llama3_1_8B(question):
|