We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d897c17 + 9a28fe0 commit 8e9d1b0Copy full SHA for 8e9d1b0
docs/loaders.md
@@ -49,6 +49,13 @@ To perform tokenizer and model initialization without loading weights:
49
dyana trace --model /path/to/model --low-memory
50
```
51
52
+To increase the execution timeout of the trace in seconds. [default: 60]
53
+> This is a common fix for errors related to `* timeout: timeout reached, killing container` for larger models.
54
+
55
+```bash
56
+dyana trace --model /path/to/model --timeout 120
57
+```
58
59

60
61
### LoRA
0 commit comments