Skip to content

Commit

Permalink
Update package versions (#1504)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbcp1 authored Oct 24, 2024
1 parent 1443c5d commit 18a7342
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions gpt2/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
},
"dependencies": {
"@tensorflow-models/gpt2": "link:../",
"@tensorflow/tfjs-backend-wasm": "^4.21.0",
"@tensorflow/tfjs-backend-webgl": "^4.21.0",
"@tensorflow/tfjs-backend-webgpu": "^4.21.0",
"@tensorflow/tfjs-backend-wasm": "^4.22.0",
"@tensorflow/tfjs-backend-webgl": "^4.22.0",
"@tensorflow/tfjs-backend-webgpu": "^4.22.0",
"lil-gui": "^0.18.2"
},
"devDependencies": {
"@tensorflow/tfjs-backend-cpu": "^4.21.0",
"@tensorflow/tfjs-backend-cpu": "^4.22.0",
"esbuild": "^0.19.0",
"eslint": "^8.46.0",
"eslint-config-google": "^0.14.0",
Expand Down
12 changes: 6 additions & 6 deletions gpt2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"url": "https://github.com/tensorflow/tfjs-models.git"
},
"peerDependencies": {
"@tensorflow/tfjs-converter": "^4.21.0",
"@tensorflow/tfjs-core": "^4.21.0"
"@tensorflow/tfjs-converter": "^4.22.0",
"@tensorflow/tfjs-core": "^4.22.0"
},
"devDependencies": {
"@tensorflow/tfjs-backend-cpu": "^4.21.0",
"@tensorflow/tfjs-backend-webgl": "^4.21.0",
"@tensorflow/tfjs-converter": "^4.21.0",
"@tensorflow/tfjs-core": "^4.21.0",
"@tensorflow/tfjs-backend-cpu": "^4.22.0",
"@tensorflow/tfjs-backend-webgl": "^4.22.0",
"@tensorflow/tfjs-converter": "^4.22.0",
"@tensorflow/tfjs-core": "^4.22.0",
"@types/jasmine": "^4.3.5",
"jasmine": "3.1.x",
"karma": "~6.3.1",
Expand Down

0 comments on commit 18a7342

Please sign in to comment.