"torchvision/vscode:/vscode.git/clone" did not exist on "97bb6cb1575ba0b9b732e0e8df8d0f33e5a11813"
Commit 2d49197b authored by Bruce MacDonald's avatar Bruce MacDonald
Browse files

increase default model size to 512

parent f5e2e150
......@@ -89,7 +89,7 @@ type PredictOptions struct {
}
var DefaultModelOptions ModelOptions = ModelOptions{
ContextSize: 128,
ContextSize: 512,
Seed: 0,
F16Memory: true,
MLock: false,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment