Skip to content

Missing model data #566

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
asaka003 opened this issue Mar 28, 2023 · 3 comments
Closed

Missing model data #566

asaka003 opened this issue Mar 28, 2023 · 3 comments
Labels
model Model specific need more info The OP should provide more details about the issue

Comments

@asaka003
Copy link

Prerequisites

when I clone the project into my centos, I enter the llama.cpp and run the command of "make". It works but didn't make successfully.

Expected Behavior

the info after the command "make" was running:

I llama.cpp build info: 
I UNAME_S:  Linux
I UNAME_P:  x86_64
I UNAME_M:  x86_64
I CFLAGS:   -I.              -O3 -DNDEBUG -std=c11   -fPIC -pthread -mavx -mavx2 -mfma -mf16c -msse3 -mavx512f -mavx512bw -mavx512dq -mavx512vl -mavx512cd
I CXXFLAGS: -I. -I./examples -O3 -DNDEBUG -std=c++11 -fPIC -pthread
I LDFLAGS:  
I CC:       cc (GCC) 7.3.1 20180303 (Red Hat 7.3.1-5)
I CXX:      g++ (GCC) 7.3.1 20180303 (Red Hat 7.3.1-5)

cc  -I.              -O3 -DNDEBUG -std=c11   -fPIC -pthread -mavx -mavx2 -mfma -mf16c -msse3 -mavx512f -mavx512bw -mavx512dq -mavx512vl -mavx512cd   -c ggml.c -o ggml.o
g++ -I. -I./examples -O3 -DNDEBUG -std=c++11 -fPIC -pthread -c llama.cpp -o llama.o
g++ -I. -I./examples -O3 -DNDEBUG -std=c++11 -fPIC -pthread -c examples/common.cpp -o common.o
g++ -I. -I./examples -O3 -DNDEBUG -std=c++11 -fPIC -pthread examples/main/main.cpp ggml.o llama.o common.o -o main 

====  Run ./main -h for help.  ====

g++ -I. -I./examples -O3 -DNDEBUG -std=c++11 -fPIC -pthread examples/quantize/quantize.cpp ggml.o llama.o -o quantize 
g++ -I. -I./examples -O3 -DNDEBUG -std=c++11 -fPIC -pthread examples/perplexity/perplexity.cpp ggml.o llama.o common.o -o perplexity 
g++ -I. -I./examples -O3 -DNDEBUG -std=c++11 -fPIC -pthread examples/embedding/embedding.cpp ggml.o llama.o common.o -o embedding 

After this I run ls ./models,it only shows info:
ggml-vocab.bin
I can't find the result of 65B 30B 13B 7B tokenizer_checklist.chk tokenizer.model
what can I do?
I would appreciate it very much if you could solve my problem。

@gjmulder gjmulder added need more info The OP should provide more details about the issue model Model specific labels Mar 28, 2023
@gjmulder
Copy link
Collaborator

You need to obtain the models from FB

@asaka003
Copy link
Author

could you tell me what's FB? I am a beginner.

You need to obtain the models from FB

@gjmulder gjmulder changed the title make command don't really work Missing model data Mar 28, 2023
@prusnak prusnak closed this as completed Mar 30, 2023
@ggml-org ggml-org locked as off-topic and limited conversation to collaborators Apr 1, 2023
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
model Model specific need more info The OP should provide more details about the issue
Projects
None yet
Development

No branches or pull requests

3 participants