Skip to content

Commit

Permalink
fix tags in jax (#2525)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova authored Nov 14, 2024
1 parent defaa9c commit 3d1bc56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -524,12 +524,10 @@
"imageUrl": "https://raw.githubusercontent.com/jax-ml/jax/main/images/jax_logo_250px.png?raw=true",
"tags": {
"categories": [
"Model Demos",
"AI Trends"
"API Overview"
],
"libraries": [],
"other": [
"JAX"
],
"tasks": [
"Image Classification"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"source": [
"%pip install -q \"paddlepaddle>=2.5.1,<2.6.0\"\n",
"%pip install -q \"paddleclas>=2.5.2\" --no-deps\n",
"%pip install -q \"prettytable\" \"ujson\" \"visualdl>=2.5.3\" \"faiss-cpu>=1.7.1\" Pillow tqdm \"matplotlib>=3.4\"\n",
"%pip install -q \"prettytable\" \"ujson\" \"visualdl>=2.5.3\" \"faiss-cpu>=1.7.1\" Pillow tqdm \"matplotlib>=3.4\" \"opencv-python\" \"scikit-learn\"\n",
"# Install openvino package\n",
"%pip install -q \"openvino>=2023.1.0\""
]
Expand Down

0 comments on commit 3d1bc56

Please sign in to comment.