An err is encounter during Setup process #87
gaofengliu
started this conversation in
General
Replies: 1 comment
-
I have figured it out: "shell=True" should be add in to : if no cmake is installed in your computer, you can down it from https://cmake.org/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i setup bitnet in my computer. I run the setup_env.py in anaconda powshell promt. i found an error as follows:
python setup_env.py --hf-repo HF1BitLLM/Llama3-8B-1.58-100B-tokens -q i2_s
Traceback (most recent call last):
File "D:\ai-models\bitnet\setup_env.py", line 202, in
main()
File "D:\ai-models\bitnet\setup_env.py", line 179, in main
compile()
File "D:\ai-models\bitnet\setup_env.py", line 163, in compile
cmake_exists = subprocess.run(["cmake", "--version"], capture_output=True)
File "C:\Users\Administrator\anaconda3\Lib\subprocess.py", line 548, in run
with Popen(*popenargs, **kwargs) as process:
File "C:\Users\Administrator\anaconda3\Lib\subprocess.py", line 1026, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\Administrator\anaconda3\Lib\subprocess.py", line 1538, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2]
how can i figure it out?
Beta Was this translation helpful? Give feedback.
All reactions