From 00054efc2493033db2626648908155577b908f63 Mon Sep 17 00:00:00 2001 From: Morgan McGuire Date: Mon, 11 Mar 2024 18:40:07 +0000 Subject: [PATCH] remove .git install --- .../Fine_tune_OpenAI_with_Weights_and_Biases.ipynb | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/colabs/openai/Fine_tune_OpenAI_with_Weights_and_Biases.ipynb b/colabs/openai/Fine_tune_OpenAI_with_Weights_and_Biases.ipynb index d99d40c8..6c1035f3 100644 --- a/colabs/openai/Fine_tune_OpenAI_with_Weights_and_Biases.ipynb +++ b/colabs/openai/Fine_tune_OpenAI_with_Weights_and_Biases.ipynb @@ -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" ] }, {