MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / eof

Method eof

examples/export-lora/export-lora.cpp:109–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 }
108
109 bool eof() {
110 return tell() >= size;
111 }
112
113 ~llama_file() {
114 if (fp) {

Callers 6

load_winogrande_from_csvFunction · 0.80
read_user_inputFunction · 0.80
common_ngram_cache_loadFunction · 0.80
load_loraFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected