You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run -it \
--gpus all -p 8080:8080 -v $HOME/.tabby:/data \
tabbyml/tabby \
serve --model StarCoder-1B --device cuda --chat-model Qwen2-1.5B-Instruct
I have the following message: docker: no matching manifest for linux/arm64/v8 in the manifest list entries.
tech stack: Docker version 27.5.1, build 9f9e405
Software:
System Software Overview:
System Version: macOS 15.3.1 (24D70)
Kernel Version: Darwin 24.3.0
Boot Volume: Macintosh HD
Boot Mode: Normal
Secure Virtual Memory: Enabled
System Integrity Protection: Enabled
Hardware:
Hardware Overview:
Model Name: MacBook Pro
Model Identifier: MacBookPro18,1
Chip: Apple M1 Pro
Total Number of Cores: 10 (8 performance and 2 efficiency)
Memory: 16 GB
System Firmware Version: 11881.81.4
OS Loader Version: 11881.81.4
Activation Lock Status: Enabled
Any idea?
P.S.
tabby server works well in browser (not containerized) instead (except for vim autocompletion, another issue)
The text was updated successfully, but these errors were encountered:
Ok, thank you. I misunderstood.
Tabby via browser works well (already installed via your link), the autocompletion stops working a few weeks ago. I opened an issue to vim-tabby
In my system, when I run
I have the following message:
docker: no matching manifest for linux/arm64/v8 in the manifest list entries.
tech stack:
Docker version 27.5.1, build 9f9e405
Any idea?
P.S.
tabby server works well in browser (not containerized) instead (except for vim autocompletion, another issue)
The text was updated successfully, but these errors were encountered: