mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-26 14:20:31 +01:00
3 lines
53 B
C
3 lines
53 B
C
|
#pragma once
|
||
|
char * get_model_or_exit(int, char*[]);
|