We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04d22b3 commit e4cf696Copy full SHA for e4cf696
1 file changed
examples/ios/RunAnywhereAI/RunAnywhereAI/App/RunAnywhereAIApp.swift
@@ -208,7 +208,7 @@ struct RunAnywhereAIApp: App {
208
memoryRequirement: 4_000_000_000
209
)
210
}
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") {
+ 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") {
212
RunAnywhere.registerModel(
213
id: "qwen2.5-0.5b-instruct-q6_k",
214
name: "Qwen 2.5 0.5B Instruct Q6_K",
0 commit comments