Skip to content

Commit

Permalink
Merge pull request #4058 from janhq/fix/timeout-issue-on-model-load
Browse files Browse the repository at this point in the history
fix: disable timeout on model load
  • Loading branch information
louis-jan authored Nov 20, 2024
2 parents a4d689e + 33bfd0e commit 4f398b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/inference-cortex-extension/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ export default class JanInferenceCortexExtension extends LocalOAIEngine {
? InferenceEngine.cortex_llamacpp
: model.engine,
},
timeout: false,
})
.json()
.catch(async (e) => {
Expand Down

0 comments on commit 4f398b8

Please sign in to comment.