Pierre Tassel commited on
Commit
a5329b5
·
1 Parent(s): 1c7f6c2

back to single CPU

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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
- "overhead." \
 
 
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']