juncongmoo / pyllama

LLaMA: Open and Efficient Foundation Language Models
GNU General Public License v3.0
2.8k stars 312 forks source link

parameter inncorrect when I run make command #98

Open GameDevKitY opened 1 year ago

GameDevKitY commented 1 year ago

when I run python -m llama.download it spits out

Traceback (most recent call last): File "C:\ProgramData\Miniconda3\lib\runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\ProgramData\Miniconda3\lib\runpy.py", line 86, in _run_code exec(code, run_globals) File "C:\Users\User\AppData\Roaming\Python\Python310\site-packages\llama\download.py", line 41, in download(User()) File "C:\Users\User\AppData\Roaming\Python\Python310\site-packages\llama\download.py", line 16, in download hiq.execute_cmd(cmd, verbose=False, shell=True, runtime_output=True) File "C:\Users\User\AppData\Roaming\Python\Python310\site-packages\hiq\utils.py", line 101, in execute_cmd proc = subprocess.Popen( File "C:\ProgramData\Miniconda3\lib\subprocess.py", line 971, in init self._execute_child(args, executable, preexec_fn, close_fds, File "C:\ProgramData\Miniconda3\lib\subprocess.py", line 1440, in _execute_child hp, ht, pid, tid = _winapi.CreateProcess(executable, args, OSError: [WinError 87] The parameter is incorrect