Skip to content

Commit

Permalink
remove .git install
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan McGuire authored and Morgan McGuire committed Mar 11, 2024
1 parent 46ed555 commit 00054ef
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions colabs/openai/Fine_tune_OpenAI_with_Weights_and_Biases.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install -Uq openai tiktoken datasets tenacity"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# Remove once this PR: https://github.com/wandb/wandb/pull/6498 is merged\n",
"!pip install git+https://github.com/wandb/wandb.git"
"!pip install -Uq wandb openai tiktoken datasets tenacity"
]
},
{
Expand Down

0 comments on commit 00054ef

Please sign in to comment.