We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d36f7ea commit a2cf552Copy full SHA for a2cf552
examples/qualcomm/oss_scripts/llama/__init__.py
@@ -68,7 +68,7 @@ class Qwen3_0_6B(HFModel):
68
@register_hf_model("qwen3_1_7b")
69
@dataclass(init=False, frozen=True)
70
class Qwen3_1_7B(HFModel):
71
- repo_id: str = "Qwen/Qwen/Qwen3-1.7B"
+ repo_id: str = "Qwen/Qwen3-1.7B"
72
params_path: str = os.path.join(
73
BASE_DIR, "../../../models/qwen3/config/1_7b_config.json"
74
)
0 commit comments