Created
September 29, 2024 08:53
-
-
Save aiwantaozi/0187a974997d7b9cc3ef6d8eaba2e68a to your computer and use it in GitHub Desktop.
parser error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (michelia-gpustack) PS C:\Users\michelia\code\gpustack\gpustack\third_party\bin\gguf-parser> .\gguf-parser-windows-amd64.exe --version | |
| gguf-parser-windows-amd64.exe version v0.11.0 | |
| (michelia-gpustack) PS C:\Users\michelia\code\gpustack\gpustack\third_party\bin\gguf-parser> .\gguf-parser-windows-amd64.exe -ms-repo Qwen/Qwen2.5-1.5B-Instruct-GGUF -ms-file qwen2.5-1.5b-instruct-q5_0.gguf | |
| failed to parse GGUF file: open http file: stat: do get request: do request: Get "https://modelscope.cn/models/Qwen/Qwen2.5-1.5B-Instruct-GGUF/resolve/master/qwen2.5-1.5b-instruct-q5_0.gguf": lookup modelscope.cn: context deadline exceeded | |
| (michelia-gpustack) PS C:\Users\michelia\code\gpustack\gpustack\third_party\bin\gguf-parser> .\gguf-parser-windows-arm64.exe -ms-repo Qwen/Qwen2.5-1.5B-Instruct-GGUF -ms-file qwen2.5-1.5b-instruct-q5_0.gguf | |
| failed to parse GGUF file: open http file: stat: do get request: do request: Get "https://modelscope.cn/models/Qwen/Qwen2.5-1.5B-Instruct-GGUF/resolve/master/qwen2.5-1.5b-instruct-q5_0.gguf": lookup modelscope.cn: context deadline exceeded |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment