dalai icon indicating copy to clipboard operation
dalai copied to clipboard

Not recognized as the name of a cmdlet, function, script file, or operable program.

Open chefbennyj1 opened this issue 1 year ago • 3 comments

Hi, Has anyone else seen this in the debug?

`[?25l[2J[m[HWindows PowerShell Copyright (C) Microsoft Corporation. All rights reserved.[4;1HInstall the latest PowerShell for new features and improvements! https://aka.ms/PSWindows[6;1H]0;C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe[?25hPS D:\AI\llama> [?25l[6;15H> [93mD:\AI\llama\build\Release\main [90m--seed [m-1 [90m--threads [97m4 [90m--n_predict [97m200 [90m--model [mmodels/13B/ggml-model-q4_0.bin [90m--top_k [97m40 [90m--top_p [97m0.9 [90m--temp [97m0.1 [90m--repeat_last_n [97m64 [90m--repeat_penalty [97m1.3 [90m-p[m [36m"you are a helpful AI" [?25h[m[38;5;9mD:\AI\llama\build\Release\main : The term 'D:\AI\llama\build\Release\main' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1

  • D:\AI\llama\build\Release\main --seed -1 --threads 4 --n_predict 200 ...
  •   + CategoryInfo          : ObjectNotFound: (D:\AI\llama\build\Release\main:String) [], CommandNotFoundException
      + FullyQualifiedErrorId : CommandNotFoundException
    
    

[mPS D:\AI\llama> [92mexit [m`

chefbennyj1 avatar Mar 22 '23 15:03 chefbennyj1

I've read thread 175, and renamed the llama.exe to main.exe, but still no joy. model seems to output "..." , and that is all.

chefbennyj1 avatar Mar 22 '23 15:03 chefbennyj1

Same here. My "build" folder is totally empty after running npx dalai alpaca install 7B and it appearing to install successfully.

rozza-m avatar Mar 23 '23 09:03 rozza-m

Same here. My "build" folder is totally empty after running npx dalai alpaca install 7B and it appearing to install successfully.

Which is are you building on? I was finally able to build alpaca. Alpaca built the main.exe for me on windows.

chefbennyj1 avatar Mar 23 '23 11:03 chefbennyj1