Skip to content

Commit a2cf552

Browse files
committed
Fix 1.7B repo id
1 parent d36f7ea commit a2cf552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/qualcomm/oss_scripts/llama/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class Qwen3_0_6B(HFModel):
6868
@register_hf_model("qwen3_1_7b")
6969
@dataclass(init=False, frozen=True)
7070
class Qwen3_1_7B(HFModel):
71-
repo_id: str = "Qwen/Qwen/Qwen3-1.7B"
71+
repo_id: str = "Qwen/Qwen3-1.7B"
7272
params_path: str = os.path.join(
7373
BASE_DIR, "../../../models/qwen3/config/1_7b_config.json"
7474
)

0 commit comments

Comments
 (0)