We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced4b55 commit 8e06ed1Copy full SHA for 8e06ed1
examples/llama-bench/llama-bench.cpp
@@ -883,7 +883,7 @@ static std::vector<cmd_params_instance> get_cmd_params_instances(const cmd_param
883
static std::string get_modelfile_name(const std::string & path_str) {
884
namespace fs = std::filesystem;
885
fs::path path = path_str;
886
-
+
887
return path.filename();
888
}
889
src/llama-context.h
@@ -127,7 +127,7 @@ struct llama_context {
127
128
llama_perf_context_data perf_get_data() const;
129
void perf_reset();
130
131
int get_graph_splits() const;
132
133
private:
0 commit comments