Skip to content

Commit c855ff8

Browse files
authored
Update Qwen2.5 model alias to simplified version (#242)
1 parent 930e903 commit c855ff8

File tree

2 files changed

+2
-2
lines changed
  • samples
    • js/hello-foundry-local/src
    • python/hello-foundry-local/src

2 files changed

+2
-2
lines changed

samples/js/hello-foundry-local/src/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

samples/python/hello-foundry-local/src/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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.

0 commit comments

Comments
 (0)