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

Trash Project #441

Open
WhiteH4T-Dev opened this issue May 10, 2023 · 13 comments
Open

Trash Project #441

WhiteH4T-Dev opened this issue May 10, 2023 · 13 comments

Comments

@WhiteH4T-Dev
Copy link

Doesnt even install

@rohitdoc15
Copy link

may i know what error u having my dear friend

@adarshhegde
Copy link

L, skill issue

@neverhags
Copy link

$ npx dalai llama install 7B
Need to install the following packages:
[email protected]
Ok to proceed? (y) y
$

No messages, no install... no nothing.... I have the PTH files but I don't know how to install it manually yet

@WhiteH4T-Dev
Copy link
Author

L, skill issue

Bruh

@thorsteinssonh
Copy link

npx assumes that you have install the js modules -- first run npm install in the git clone project directory. This might be part of the instructions, and some error message. Usually a quick start instruction with js projects would begin with npm install to get all the modules, then run the modules.

@geniusfoever
Copy link

I do not have this issue, but still cannot run, there are too much problems

@ugmqu
Copy link

ugmqu commented May 22, 2023

Same problem on both Windows and Ubuntu. Only Docker Installation seems to work

@nationallokmatparty
Copy link

Can any one confirm that docker working? if yes can you tell me is any issue you face and what step yu follow to solve that

@okellotechconsults
Copy link

npx assumes that you have install the js modules -- first run npm install in the git clone project directory. This might be part of the instructions, and some error message. Usually a quick start instruction with js projects would begin with npm install to get all the modules, then run the modules.

Had same issue with ubuntu, but adding sudo before the command solved the issue

@Shantarli
Copy link

npx assumes that you have install the js modules -- first run npm install in the git clone project directory. This might be part of the instructions, and some error message. Usually a quick start instruction with js projects would begin with npm install to get all the modules, then run the modules.

This is not how npx works, it doesn't need anything to run - it will download everything it needs by itself.
You can check it with
npx cowsay wow

Thus, the behavior of this package and the instructions for it are not entirely correct.

@thorsteinssonh
Copy link

thorsteinssonh commented Jul 5, 2023

npx assumes that you have install the js modules -- first run npm install in the git clone project directory. This might be part of the instructions, and some error message. Usually a quick start instruction with js projects would begin with npm install to get all the modules, then run the modules.

This is not how npx works, it doesn't need anything to run - it will download everything it needs by itself. You can check it with npx cowsay wow

Thus, the behavior of this package and the instructions for it are not entirely correct.

Ah ok, thanks Shantarli -- I'm not a js dev and got confused by the fact that the good old npm install solved the issue for me, cascaded to assuming that it was similar to npm run. But now when I read about npx there is definately something else wrong - should have worked as you said, should fetch and run :S --- also odd that someone above solved it differently by running with sudo npx.

@imHitchens
Copy link

Try running

npm install dalai

before the npx command. Got through it that way here

@junxian428
Copy link

not work as chatgpt maybe i use 7B ?
image

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