Fix Arcee model weight loading: Add custom load_weights (#21725)

Signed-off-by: alyosha-swamy <raghav@arcee.ai>
This commit is contained in:
Raghav Ravishankar
2025-08-04 16:39:56 +05:30
committed by GitHub
parent 1539ced93a
commit a5fff3bd49
2 changed files with 80 additions and 6 deletions

View File

@@ -139,8 +139,7 @@ _TEXT_GENERATION_EXAMPLE_MODELS = {
trust_remote_code=True),
"AquilaForCausalLM": _HfExamplesInfo("BAAI/AquilaChat2-7B",
trust_remote_code=True),
"ArceeForCausalLM": _HfExamplesInfo("arcee-ai/AFM-4.5B-Base",
is_available_online=False),
"ArceeForCausalLM": _HfExamplesInfo("arcee-ai/AFM-4.5B-Base"),
"ArcticForCausalLM": _HfExamplesInfo("Snowflake/snowflake-arctic-instruct",
trust_remote_code=True),
"BaiChuanForCausalLM": _HfExamplesInfo("baichuan-inc/Baichuan-7B",