Skip to content

Commit

Permalink
Fix link in main.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
jsflax committed Nov 10, 2024
1 parent b97f218 commit 40465e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swift/main/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func downloadFile() async throws -> String {
}
print("Downloading Llama Tools, this may take a while...")
// Define the URL
guard let url = URL(string: "https://huggingface.co/bartowski/Llama-3-Groq-8B-Tool-Use-GGUF/resolve/main/Llama-3-Groq-8B-Tool-Use-Q5_K_M.gguf?download=true") else {
guard let url = URL(string: "https://huggingface.co/bartowski/Llama-3-Groq-8B-Tool-Use-GGUF/resolve/main/Llama-3-Groq-8B-Tool-Use-Q8_0.gguf?download=true") else {
print("Invalid URL.")
throw URLError(.badURL)
}
Expand Down

0 comments on commit 40465e2

Please sign in to comment.