Skip to content

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

Closed
tinoargentino opened this issue Mar 12, 2023 · 2 comments
Closed

can't compile main #37

tinoargentino opened this issue Mar 12, 2023 · 2 comments
Labels
build Compilation issues

Comments

@tinoargentino
Copy link

tinoargentino commented Mar 12, 2023

I’m trying to compile main to play around with it and failing with error:

ld: symbol(s) not found for architecture arm64
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?

@wizzard0
Copy link
Contributor

wizzard0 commented Mar 12, 2023 via email

@tinoargentino
Copy link
Author

that's it! thanks so much!

@gjmulder gjmulder added the build Compilation issues label Mar 15, 2023
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
Labels
build Compilation issues
Projects
None yet
Development

No branches or pull requests

3 participants