Skip to content

Commit

Permalink
fix: installations (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
soumik12345 authored Sep 29, 2023
1 parent dfa5465 commit 6d866d7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions colabs/ultralytics/00_inference.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,8 @@
"metadata": {},
"outputs": [],
"source": [
"# Install Ultralytics\n",
"!pip install -q ultralytics\n",
"\n",
"# Install the `feat/ultralytics`` branch from W&B,\n",
"# which currently houses the out-of-the-box integration for Ultralytics.\n",
"!pip install -q git+https://github.com/wandb/wandb@feat/ultralytics"
"# Install WandB and Ultralytics\n",
"!pip install -q -U wandb ultralytics"
]
},
{
Expand Down Expand Up @@ -150,7 +146,11 @@
]
}
],
"metadata": {},
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
14 changes: 7 additions & 7 deletions colabs/ultralytics/01_train_val.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,8 @@
"metadata": {},
"outputs": [],
"source": [
"# Install Ultralytics\n",
"!pip install -q ultralytics\n",
"\n",
"# Install the `feat/ultralytics`` branch from W&B,\n",
"# which currently houses the out-of-the-box integration for Ultralytics.\n",
"!pip install -q git+https://github.com/wandb/wandb@feat/ultralytics"
"# Install WandB and Ultralytics\n",
"!pip install -q -U wandb ultralytics"
]
},
{
Expand Down Expand Up @@ -139,7 +135,11 @@
]
}
],
"metadata": {},
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}

0 comments on commit 6d866d7

Please sign in to comment.