Skip to content

Commit e4cf696

Browse files
VyasGurusanchitmonga22
authored andcommitted
Fixed qwen 2.5 0.5b model link to use official qwen link
1 parent 04d22b3 commit e4cf696

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/ios/RunAnywhereAI/RunAnywhereAI/App/RunAnywhereAIApp.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ struct RunAnywhereAIApp: App {
208208
memoryRequirement: 4_000_000_000
209209
)
210210
}
211-
if let qwenURL = URL(string: "https://huggingface.co/Triangle104/Qwen2.5-0.5B-Instruct-Q6_K-GGUF/resolve/main/qwen2.5-0.5b-instruct-q6_k.gguf") {
211+
if let qwenURL = URL(string: "https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct-GGUF/resolve/main/qwen2.5-0.5b-instruct-q6_k.gguf") {
212212
RunAnywhere.registerModel(
213213
id: "qwen2.5-0.5b-instruct-q6_k",
214214
name: "Qwen 2.5 0.5B Instruct Q6_K",

0 commit comments

Comments
 (0)