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

It appears that the cloned "dalai" repository does not contain the necessary files for installation. Please help. #444

Open
lucidimpact opened this issue May 15, 2023 · 3 comments

Comments

@lucidimpact
Copy link

(llama-env) nowhere@Nowheres-Mac ~ % git clone https://github.com/cocktailpeanut/dalai.git

Cloning into 'dalai'...
remote: Enumerating objects: 833, done.
remote: Counting objects: 100% (306/306), done.
remote: Compressing objects: 100% (25/25), done.
remote: Total 833 (delta 286), reused 281 (delta 281), pack-reused 527
Receiving objects: 100% (833/833), 11.89 MiB | 10.46 MiB/s, done.
Resolving deltas: 100% (471/471), done.
(llama-env) nowhere@Nowheres-Mac ~ % cd dalai
(llama-env) nowhere@Nowheres-Mac dalai % pip install .
ERROR: Directory '.' is not installable. Neither 'setup.py' nor 'pyproject.toml' found.
(llama-env) nowhere@Nowheres-Mac dalai %

@rmangino
Copy link

rmangino commented May 20, 2023

The project is not meant to be installed that way (and will not work).

You have to install it with the following two commands:

  1. npx dalai llama install 7B
  2. npx dalai serve

@lucidimpact
Copy link
Author

lucidimpact commented May 20, 2023 via email

@Stoner19
Copy link

The project is not meant to be installed that way (and will not work).

You have to install it with the following two commands:

  1. npx dalai llama install 7B
  2. npx dalai serve

This significantly helped me. It would be great if @cocktailpeanut could include a simple "Do not clone this repo, just run these commands" into the instructions.

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

3 participants