We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab3b47f commit 087aaa5Copy full SHA for 087aaa5
web/screens/Settings/Engines/LocalEngineSettings.tsx
@@ -60,7 +60,7 @@ const LocalEngineSettings = ({ engine }: { engine: InferenceEngine }) => {
60
61
const isEngineUpdated =
62
latestReleasedEngine &&
63
- latestReleasedEngine.every((item) =>
+ latestReleasedEngine.some((item) =>
64
item.name.includes(
65
defaultEngineVariant?.version.replace(/^v/, '') as string
66
)
0 commit comments