-
Notifications
You must be signed in to change notification settings - Fork 11.5k
can't compile main #37
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
Labels
build
Compilation issues
Comments
you need to use make. or just peek at the makefile and copy commands from there.
…On Sun, Mar 12, 2023 at 08:17, Valentin ***@***.***> wrote:
I’m trying to compile main to play around with it and failing with error:
clang: error: linker command failed with exit code 1 (use -v to see invocation)```
on macOS M1
trying to compile by running `g++ main.cpp -o main -v -std=c++11`
anyone know what I'm missing?
—
Reply to this email directly, [view it on GitHub](#37), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AADHVK4A4IWA5CH4P4G2BITW3VS6ZANCNFSM6AAAAAAVX5RULA).
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
that's it! thanks so much! |
rooprob
pushed a commit
to rooprob/llama.cpp
that referenced
this issue
Aug 2, 2023
Have DDP ignore `freqs_cis` to avoid broadcast
Deadsg
pushed a commit
to Deadsg/llama.cpp
that referenced
this issue
Dec 19, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I’m trying to compile main to play around with it and failing with error:
on macOS M1
trying to compile by running
g++ main.cpp -o main -v -std=c++11
anyone know what I'm missing?
The text was updated successfully, but these errors were encountered: