Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,10 +15,8 @@ if gr.NO_RELOAD:
|
|
15 |
device_map="auto",
|
16 |
torch_dtype="auto",
|
17 |
)
|
18 |
-
|
19 |
# Marker for detecting final answer
|
20 |
ANSWER_MARKER = "**Answer**"
|
21 |
-
|
22 |
# Sentences to start step-by-step reasoning
|
23 |
rethink_prepends = [
|
24 |
"Now, I need to understand the following ",
|
|
|
15 |
device_map="auto",
|
16 |
torch_dtype="auto",
|
17 |
)
|
|
|
18 |
# Marker for detecting final answer
|
19 |
ANSWER_MARKER = "**Answer**"
|
|
|
20 |
# Sentences to start step-by-step reasoning
|
21 |
rethink_prepends = [
|
22 |
"Now, I need to understand the following ",
|