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 4a5ee2f commit 53f2e8eCopy full SHA for 53f2e8e
src/llama-lora-training.cpp
@@ -290,7 +290,7 @@ struct llama_adapter_lora * llama_lora_training_init(
290
bool llama_opt_param_filter_lora(const struct ggml_tensor * tensor, void * userdata) {
291
(void) userdata; // Unused param
292
293
- if (!tensor || !tensor->name) {
+ if (!tensor) {
294
return false;
295
}
296
0 commit comments