09a3d3ab17
Copilot Setup Steps / copilot-setup-steps (push) Failing after 2s
Python check requirements.txt / check-requirements (push) Has been cancelled
Python Type-Check / python type-check (push) Has been cancelled
Update Operations Documentation / update-ops-docs (push) Has been cancelled
Check Pre-Tokenizer Hashes / pre-tokenizer-hashes (push) Has been cancelled
12 lines
226 B
C
12 lines
226 B
C
#pragma once
|
|
|
|
int llama_build_number(void);
|
|
|
|
const char * llama_commit(void);
|
|
const char * llama_compiler(void);
|
|
|
|
const char * llama_build_target(void);
|
|
const char * llama_build_info(void);
|
|
|
|
void llama_print_build_info(void);
|