grouped-sampling-demo / available_models.py
yonikremer's picture
limited the choice of models to just 2
6e4f775
raw
history blame
No virus
88 Bytes
AVAILABLE_MODELS = (
"facebook/opt-iml-max-1.3b",
"facebook/opt-iml-max-30b",
)