Spaces:
Runtime error
Runtime error
Pierre Tassel
commited on
Commit
·
a5329b5
1
Parent(s):
1c7f6c2
back to single CPU
Browse files
app.py
CHANGED
@@ -155,7 +155,9 @@ description = "A Job-Shop Scheduling Reinforcement Learning based solver, using
|
|
155 |
"However, due to resource limitations on the HuggingFace platform (a single vCPU available, no GPU), " \
|
156 |
"the results you obtain here don't represent the full potential of the approach. <br>" \
|
157 |
"For large instance, we recommend to run this locally outside the interface as it causes a lot of " \
|
158 |
-
"
|
|
|
|
|
159 |
|
160 |
article = "<p style='text-align: center'>Article Under Review</p>"
|
161 |
examples = ['ta01', 'dmu01.txt', 'la01.txt']
|
|
|
155 |
"However, due to resource limitations on the HuggingFace platform (a single vCPU available, no GPU), " \
|
156 |
"the results you obtain here don't represent the full potential of the approach. <br>" \
|
157 |
"For large instance, we recommend to run this locally outside the interface as it causes a lot of " \
|
158 |
+
"For large instance, we recommend to run this locally outside the interface as it causes a lot of " \
|
159 |
+
"overhead. <br>" \
|
160 |
+
"For fast inference, check out the cached examples below."
|
161 |
|
162 |
article = "<p style='text-align: center'>Article Under Review</p>"
|
163 |
examples = ['ta01', 'dmu01.txt', 'la01.txt']
|