mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-01-13 12:10:18 +00:00
tests
: fix typo
This commit is contained in:
parent
a072f30a8d
commit
ad6719e2a7
@ -67,7 +67,6 @@ static std::string read_file(const std::string &path) {
|
||||
if (!fs.is_open()) {
|
||||
throw std::runtime_error("Failed to open file: " + path);
|
||||
}
|
||||
throw std::runtime_error("Failed to open file: " + path);
|
||||
}
|
||||
fs.seekg(0, std::ios_base::end);
|
||||
auto size = fs.tellg();
|
||||
|
Loading…
Reference in New Issue
Block a user