Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@
"mammoth-coder": {"max_model_len": 16384, "max_num_batched_tokens": 16384},
# Based on config here: https://huggingface.co/TIGER-Lab/MAmmoTH-Coder-7B/blob/main/config.json#L12
# Can also see 13B, 34B there too
"codellama": {"max_model_len": 16384, "max_num_batched_tokens": 16384},
"code-llama": {"max_model_len": 16384, "max_num_batched_tokens": 16384},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

quick question on this Yunfeng: I wanted the models to be named codellama to be in keeping with the way that it's formatted for finetuning, why are we switching?

# Based on config here: https://huggingface.co/codellama/CodeLlama-7b-hf/blob/main/config.json#L12
# Can also see 13B, 34B there too. Note, codellama is one word.
# Can also see 13B, 34B there too
"llama-2": {"max_model_len": None, "max_num_batched_tokens": 4096},
"mistral": {"max_model_len": 8000, "max_num_batched_tokens": 8000},
}
Expand Down