Skip to content
New issue

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

Broken dependency to transformers, fails to build #1695

Closed
ck3d opened this issue Feb 11, 2024 · 0 comments · Fixed by #1697
Closed

Broken dependency to transformers, fails to build #1695

ck3d opened this issue Feb 11, 2024 · 0 comments · Fixed by #1697
Labels
bug Something isn't working confirmed

Comments

@ck3d
Copy link

ck3d commented Feb 11, 2024

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

The release broke that dependency.

@ck3d ck3d added bug Something isn't working unconfirmed labels Feb 11, 2024
@mudler mudler mentioned this issue Feb 11, 2024
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working confirmed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants