mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-11-11 13:30:35 +00:00
3 lines
53 B
C
3 lines
53 B
C
|
#pragma once
|
||
|
char * get_model_or_exit(int, char*[]);
|