grouped-sampling-demo / available_models.py
yonikremer's picture
downloads AVAILABLE MODELS instead of some random model when running
2d1b51f
raw
history blame
No virus
99 Bytes
AVAILABLE_MODELS = (
"decapoda-research/llama-30b-hf",
"decapoda-research/llama-13b-hf",
)