Skip to content

Commit

Permalink
Update links and fix minimum version of accelerate
Browse files Browse the repository at this point in the history
  • Loading branch information
Lothiraldan committed Jun 14, 2024
1 parent f3e7b33 commit 0e167e2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"\n",
"Curious about how Comet can help you build better models, faster? Find out more about [Comet](https://www.comet.com/site/products/ml-experiment-tracking/?utm_source=comet-examples&utm_medium=referral&utm_campaign=github_repo_2023&utm_content=pytorch) and our [other integrations](https://www.comet.com/docs/v2/integrations/overview/?utm_source=comet-examples&utm_medium=referral&utm_campaign=github_repo_2023&utm_content=pytorch)\n",
"\n",
"Get a preview for what's to come. Check out a completed experiment created from this notebook [here](https://www.comet.com/examples/TODO/?utm_source=comet-examples&utm_medium=referral&utm_campaign=github_repo_2023&utm_content=accelerate).\n"
"Get a preview for what's to come. Check out a completed experiment created from this notebook [here](https://www.comet.com/examples/comet-example-accelerate-notebook/0373dd068a484105b16c4053407f1bb2/?utm_source=comet-examples&utm_medium=referral&utm_campaign=github_repo_2023&utm_content=accelerate).\n"
]
},
{
Expand All @@ -46,7 +46,7 @@
},
"outputs": [],
"source": [
"%pip install \"comet_ml>=3.31.5\" torch torchvision tqdm \"accelerate>=4.20.0\""
"%pip install \"comet_ml>=3.31.5\" torch torchvision tqdm \"accelerate>=0.17.0\""
]
},
{
Expand Down

0 comments on commit 0e167e2

Please sign in to comment.