Skip to content

Commit

Permalink
chore: bump cpp version to 0.5.0-27 (#976)
Browse files Browse the repository at this point in the history
  • Loading branch information
marknguyen1302 authored Aug 5, 2024
1 parent c64574a commit e16b53c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion cortex-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"cli-progress": "^3.12.0",
"cortex-cpp": "0.4.34",
"cortex-cpp": "0.5.0-27",
"cpu-instructions": "^0.0.11",
"decompress": "^4.2.1",
"hyllama": "^0.2.2",
Expand Down
2 changes: 0 additions & 2 deletions cortex-js/src/utils/cortex-cpp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@ import * as cortexCPP from 'cortex-cpp';
const port = process.env.CORTEX_CPP_PORT
? parseInt(process.env.CORTEX_CPP_PORT)
: 3929;
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-expect-error
cortexCPP.start(port);

0 comments on commit e16b53c

Please sign in to comment.