Skip to content

Commit 276e2bf

Browse files
fix(app): add instruction to load the model to ram
1 parent f1a6e0c commit 276e2bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • apps/app/src/components/general/app_settings/editor/lm_config/local

apps/app/src/components/general/app_settings/editor/lm_config/local/index.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
console.log(JSON.parse(configJson));
2929
await listener.addConfiguration(configJson);
30+
await listener.switchModel('Qwen/Qwen3-4B-Instruct-2507');
3031
}}
3132
class="btn">Download and Load</button
3233
>

0 commit comments

Comments
 (0)