You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may be the same error as #1589: std::runtime_error is currently not caught in all places of the code, because exceptions are a mix of std::string and std::exception derived types.
./main -m ./models/7B/ggml-model-q4_0.bin -p "Building a website can be done in 10 simple steps:" -n 512
main: build = 584 (2e6cd4b)
main: seed = 1684832847
ggml_opencl: selecting platform: 'PowerVR'
ggml_opencl: selecting device: 'PowerVR B-Series BXE-4-32'
ggml_opencl: device FP16 support: true
llama.cpp: loading model from ./models/7B/ggml-model-q4_0.bin
terminate called after throwing an instance of 'std::runtime_error'
what(): unexpectedly reached end of file
Aborted (core dumped)
The text was updated successfully, but these errors were encountered: