Open nigelp opened 3 months ago
I encountered the same error on Windows 11.
Try installing OpenSSL on Windows: https://slproweb.com/products/Win32OpenSSL.html
Alternatively, I'm currently pushing an update out which should include an option to disable the release fetching on startup; meanwhile if you're using the source you can comment out line 92 in AutoGGUF.py
:
# Initialize releases and backends
self.refresh_releases() # Comment this out
self.refresh_backends()
Try installing OpenSSL on Windows: https://slproweb.com/products/Win32OpenSSL.html
Alternatively, I'm currently pushing an update out which should include an option to disable the release fetching on startup; meanwhile if you're using the source you can comment out line 92 in
AutoGGUF.py
:# Initialize releases and backends self.refresh_releases() # Comment this out self.refresh_backends()
Added this in v1.3.1, it won't check the backends on launch now so if the issue persists you can manually download the backends.
Hi, thanks very much. Partly fixed, but now the same error occurs on Refresh Releases for llama.cpp
Does running it from source work: python src/main.py
?