This PR adds the rest of the models that wasn't included in #672.
In addtion, the meta-llama/Llama-3.2-1B-Instruct-FC and meta-llama/Llama-3.2-3B-Instruct-FC are removed because according to the official Llama doc, their function calling are done using the prompt style chat template, not the specialized function-calling style.
This PR adds the rest of the models that wasn't included in #672.
In addtion, the
meta-llama/Llama-3.2-1B-Instruct-FC
andmeta-llama/Llama-3.2-3B-Instruct-FC
are removed because according to the official Llama doc, their function calling are done using the prompt style chat template, not the specialized function-calling style.