13
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 04 Jan 2025
13 points (93.3% liked)
LocalLLaMA
2402 readers
6 users here now
Community to discuss about LLaMA, the large language model created by Meta AI.
This is intended to be a replacement for r/LocalLLaMA on Reddit.
founded 2 years ago
MODERATORS
I have had this before in Go when I had an older version of Go installed but the dependency needed a newer version. It then tries to download a temporary tool chain of a new Go version to compile the dependency (or whatever it is doing). For me, that failed. What did work was upgrading Go to the latest version.
You can check what your installed Go version is by
If it is lower than 1.23.4, upgrade it.
The version is 1.23.2. It's the latest version in the Termux repo, though.