add-new-models

#2
by badaoui HF Staff - opened
Files changed (1) hide show
  1. data.py +1 -2
data.py CHANGED
@@ -38,8 +38,7 @@ IMPORTANT_MODELS = [
38
  "internvl", # new (video)
39
  "gemma3n", # new (omnimodal models)
40
  "qwen2_5_omni", # new (omnimodal models)
41
- "gpt_oss", # new (quite used)
42
- "pi0", # (robotics)
43
  "qwen2_5_omni", # new (omnimodal models)
44
  ]
45
 
 
38
  "internvl", # new (video)
39
  "gemma3n", # new (omnimodal models)
40
  "qwen2_5_omni", # new (omnimodal models)
41
+ # "gpt_oss", # new (quite used)
 
42
  "qwen2_5_omni", # new (omnimodal models)
43
  ]
44