Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
93fe5e0
1
Parent(s):
798ebc4
remove debugging
Browse files- utils/models.py +0 -2
utils/models.py
CHANGED
@@ -120,8 +120,6 @@ def run_inference(model_name, context, question):
|
|
120 |
)
|
121 |
|
122 |
text_input = format_rag_prompt(question, context, accepts_sys)
|
123 |
-
print(type(text_input))
|
124 |
-
print(text_input)
|
125 |
|
126 |
# Check interrupt before generation
|
127 |
if generation_interrupt.is_set():
|
|
|
120 |
)
|
121 |
|
122 |
text_input = format_rag_prompt(question, context, accepts_sys)
|
|
|
|
|
123 |
|
124 |
# Check interrupt before generation
|
125 |
if generation_interrupt.is_set():
|