grouped-sampling-demo / available_models.py
yonikremer's picture
added a small model (gpt 2) for debugging
acb3322
raw
history blame
No virus
148 Bytes
AVAILABLE_MODELS = (
"decapoda-research/llama-30b-hf",
"decapoda-research/llama-13b-hf",
"decapoda-research/llama-7b-hf",
"gpt2",
)