Skip to content

Commit

Permalink
Update packages/backend/src/managers/playground.ts
Browse files Browse the repository at this point in the history
Co-authored-by: axel7083 <[email protected]>
  • Loading branch information
feloy and axel7083 committed Jan 31, 2024
1 parent 6e2adff commit 0f6ad04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/managers/playground.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export class PlayGroundManager {
},
Labels: {
[LABEL_MODEL_ID]: modelId,
[LABEL_MODEL_PORT]: '' + freePort,
[LABEL_MODEL_PORT]: `${freePort}`,
},
Env: [`MODEL_PATH=/models/${path.basename(modelPath)}`],
Cmd: ['--models-path', '/models', '--context-size', '700', '--threads', '4'],
Expand Down

0 comments on commit 0f6ad04

Please sign in to comment.