File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
js/hello-foundry-local/src
python/hello-foundry-local/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { FoundryLocalManager } from "foundry-local-sdk";
88// to your end-user's device.
99// TIP: You can find a list of available models by running the
1010// following command in your terminal: `foundry model list`.
11- const alias = "qwen2.5-coder-0.5b-instruct-generic-cpu:3 " ;
11+ const alias = "qwen2.5-coder-0.5b" ;
1212
1313// Create a FoundryLocalManager instance. This will start the Foundry
1414// Local service if it is not already running.
Original file line number Diff line number Diff line change 66
77# By using an alias, the most suitable model will be downloaded
88# to your end-user's device.
9- alias = "qwen2.5-coder-0.5b-instruct-generic-cpu:3 "
9+ alias = "qwen2.5-coder-0.5b"
1010
1111# Create a FoundryLocalManager instance. This will start the Foundry
1212# Local service if it is not already running and load the specified model.
You can’t perform that action at this time.
0 commit comments