eduardo-alvarez commited on
Commit
dd7478e
1 Parent(s): 333d5d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -187,7 +187,7 @@ with demo:
187
  initial_filtered_df = update_df(["Gaudi","Xeon","GPU Max","Arc GPU","Core Ultra"],
188
  ["Intel Developer Cloud","AWS","Azure","Google Cloud Platform","Local"],
189
  ["No Affiliation","Intel Innovator","Student Ambassador","Intel Liftoff", "Intel Engineering", "Other"],
190
- [1,2,3,5,7,13,35,60,70,100],
191
  ["fp32","fp16","bf16","int8","fp8", "int4"],
192
  ["pretrained","fine-tuned","chat-models","merges/moerges"])
193
 
 
187
  initial_filtered_df = update_df(["Gaudi","Xeon","GPU Max","Arc GPU","Core Ultra"],
188
  ["Intel Developer Cloud","AWS","Azure","Google Cloud Platform","Local"],
189
  ["No Affiliation","Intel Innovator","Student Ambassador","Intel Liftoff", "Intel Engineering", "Other"],
190
+ [1,2,3,5,7,8,13,35,60,70,100],
191
  ["fp32","fp16","bf16","int8","fp8", "int4"],
192
  ["pretrained","fine-tuned","chat-models","merges/moerges"])
193