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

Running does not work on MacOS with homebrew conda #130

Open
dylan-sh opened this issue Nov 13, 2023 · 3 comments
Open

Running does not work on MacOS with homebrew conda #130

dylan-sh opened this issue Nov 13, 2023 · 3 comments

Comments

@dylan-sh
Copy link

I don't know anything but:

Attempted to run-mac.sh, no output.
Removed set-e to see the output.
conda activate does not work, unknown command.
Removed brew installation of miniconda, opting to manually download conda.
Only output because set-e flag removed, asking to update conda.
Updated conda and now works:

dylan@macbook llama-gpt % ./run-mac.sh --model 7b 
Xcode is installed at /Applications/Xcode.app/Contents/Developer
Conda is installed.
Conda environment 'llama-gpt' already exists.
Activating the conda environment 'llama-gpt'...
...

Basically if you're trying to run it on Apple Silicon and use homebrew then it doesn't work but I don't know why because conda activate should just work.

@Bram1903
Copy link

I'm experiencing the same issue. I cloned the repository as instructed, but whenever I execute the ./run-mac.sh --model 13b command, I don't see any form of output, nor any exceptions being thrown.

@akanz1
Copy link

akanz1 commented Dec 5, 2023

For me the problem was that i already had mambaforge installed. I suspect that my conda command was broken as I recently changed shells. Once I've removed the old installation and made sure to source .bashrc in my .zshrc to have a working conda command it proceeded in the script.

@joshghent
Copy link

@Bram1903 same issue here, thought I was going crazy.
CleanShot 2023-12-12 at 15 08 54@2x

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

4 participants