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