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

how to download llama model from Github on windows comp #264

Open
Markopior opened this issue Jan 15, 2025 · 1 comment
Open

how to download llama model from Github on windows comp #264

Markopior opened this issue Jan 15, 2025 · 1 comment

Comments

@Markopior
Copy link

ive got link and instruction in e mail form meta but it seems to be for linux due to all commands not running on windows cmd. they are for linux .
eg... >llama model list
Traceback (most recent call last):
File "", line 198, in run_module_as_main
File "", line 88, in run_code
File "I:\ProjektAI\NecesseEst\Python\Scripts\llama.exe_main
.py", line 4, in
File "I:\ProjektAI\NecesseEst\Python\Lib\site-packages\llama_stack_init
.py", line 7, in
from llama_stack.distribution.library_client import ( # noqa: F401
File "I:\ProjektAI\NecesseEst\Python\Lib\site-packages\llama_stack\distribution\library_client.py", line 34, in
from llama_stack.distribution.build import print_pip_install_help
File "I:\ProjektAI\NecesseEst\Python\Lib\site-packages\llama_stack\distribution\build.py", line 15, in
from llama_stack.distribution.utils.exec import run_with_pty
File "I:\ProjektAI\NecesseEst\Python\Lib\site-packages\llama_stack\distribution\utils\exec.py", line 10, in
import pty
File "I:\ProjektAI\NecesseEst\Python\Lib\pty.py", line 12, in
import tty
File "I:\ProjektAI\NecesseEst\Python\Lib\tty.py", line 5, in
from termios import *
ModuleNotFoundError: No module named 'termios'

so what is a tip to downlowad form github and get model list first

@Ruanfc
Copy link

Ruanfc commented Jan 15, 2025

I'm also having this issue right now. It seems like a fail in conditional imports. It would make sense for unix machines. Two weeks ago #253 the same issue had been pointed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants