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
.\tabby.exe serve --model StarCoder-1B --chat-model Qwen2-1.5B-Instruct --device cuda
First 2 or 3 models get downloaded and then a crash happen:
Failed to read directory: 0s {code: 3, kind: NotFound, message: "The system cannot find the path specified."}
Location: crates\llama-cpp-server\src\supervisor.rs:158
Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.
GOAL:
What i want to do is create a tabby server on windows to be used in my visual studio code on mac.
The text was updated successfully, but these errors were encountered:
Could you please share the directory structure where you are running Tabby? Should there be a llama-server.exe file in the same directory?
The folder is in a folder Program File in my NTFS NAS where i store all my windows install.
Indeed there is llama-server.exe along with some dll files.
Version:
v0.21.2-rc.2
https://tabby_x86_64-windows-msvc-cuda117.zip/
Machine
PC with windows 11 and RTX 2070
I run this command:
.\tabby.exe serve --model StarCoder-1B --chat-model Qwen2-1.5B-Instruct --device cuda
First 2 or 3 models get downloaded and then a crash happen:
GOAL:
What i want to do is create a tabby server on windows to be used in my visual studio code on mac.
The text was updated successfully, but these errors were encountered: