We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LocalAI version: 2.8.0
Describe the bug
I package LocalAI as Nix package in https://github.com/ck3d/nix-local-ai. While updating to latest release 2.8.0 ck3d/nix-local-ai#2, I get following error:
$ nix build github:ck3d/nix-local-ai/localai-280\#local-ai ... go: finding module for package github.com/go-skynet/LocalAI/backend/go/llm/transformers go: github.com/go-skynet/LocalAI/backend/go/llm/dolly imports github.com/go-skynet/LocalAI/backend/go/llm/transformers: no matching versions for query "latest"
I think is is a problem in LocalAI, since dolly still depends on removed transformers #1689. https://github.com/mudler/LocalAI/blob/master/backend/go/llm/dolly/main.go#L8
dolly
The release broke that dependency.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
LocalAI version: 2.8.0
Describe the bug
I package LocalAI as Nix package in https://github.com/ck3d/nix-local-ai. While updating to latest release 2.8.0 ck3d/nix-local-ai#2, I get following error:
I think is is a problem in LocalAI, since
dolly
still depends on removed transformers #1689.https://github.com/mudler/LocalAI/blob/master/backend/go/llm/dolly/main.go#L8
The release broke that dependency.
The text was updated successfully, but these errors were encountered: