AhmadT198 commited on
Commit
beca46c
·
1 Parent(s): 5293d29

Add some logging statement

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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):