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

Clashing between llama.cpp and tabby formula #2429

Open
remyleone opened this issue Jun 17, 2024 · 0 comments
Open

Clashing between llama.cpp and tabby formula #2429

remyleone opened this issue Jun 17, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@remyleone
Copy link

Describe the bug

I think there is a conflict between different formulas

$ brew link tabby 
Linking /opt/homebrew/Cellar/tabby/0.12.0... 
Error: Could not symlink bin/llama-server
Target /opt/homebrew/bin/llama-server
is a symlink belonging to llama.cpp. You can unlink it:
  brew unlink llama.cpp

To force the link and overwrite all conflicting files:
  brew link --overwrite tabby

To list all files that would be deleted:
  brew link --overwrite tabby --dry-run
(base) (k8s|admin@cli-k8s-beautiful-proskuriakova-7b18357b-9c0a-46ea-af9a-5427d97f17c2:default)
# rleone @ rleone-macbook in ~ [9:59:20] C:1
$ brew info tabby              
Warning: Treating tabby as a formula. For the cask, use homebrew/cask/tabby or specify the `--cask` flag.
==> tabbyml/tabby/tabby: stable 0.12.0, HEAD
Tabby: AI Coding Assitatnt
https://github.com/TabbyML/tabby
Installed
/opt/homebrew/Cellar/tabby/0.12.0 (7 files, 86.3MB)
  Built from source on 2024-06-06 at 09:34:50
From: https://github.com/tabbyml/homebrew-tabby/blob/HEAD/Formula/tabby.rb
==> Requirements
Required: macOS ✔, arm architecture ✔
==> Options
--HEAD
	Install HEAD version
==> Caveats
To start tabbyml/tabby/tabby now and restart at login:
  brew services start tabbyml/tabby/tabby
Or, if you don't want/need a background service you can just run:
  /opt/homebrew/opt/tabby/bin/tabby serve --device metal --model StarCoder-1B

Information about your version

0.12.0

Information about your GPU

macOS M1

@wsxiaoys wsxiaoys added bug Something isn't working documentation Improvements or additions to documentation and removed bug-unconfirmed bug Something isn't working labels Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants