Skip to content

Commit

Permalink
Fixed cache issue created by huggingface_hub update
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomGamingDev authored Dec 14, 2024
1 parent 33edfba commit 0bce7d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MCSkinGen.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
{
"cell_type": "code",
"source": [
"!pip install --quiet --upgrade accelerate==0.30.1 peft==0.11.1 transformers==4.41.1 diffusers==0.27.2 scipy==1.13.1 mediapy==1.2.0 networks==0.3.7 utils==1.0.2 pillow==10.3.0\n",
"!pip install --quiet --upgrade accelerate==1.2.1 peft==0.13.2 transformers==4.41.1 diffusers==0.27.2 scipy==1.13.1 mediapy==1.2.2 networks==0.3.7 utils==1.0.2 pillow==10.3.0 huggingface_hub==0.23.0\n",
"!git clone https://github.com/RandomGamingDev/MCSkinsGen\n",
"!huggingface-cli login"
],
Expand Down Expand Up @@ -128,4 +128,4 @@
"outputs": []
}
]
}
}

0 comments on commit 0bce7d2

Please sign in to comment.