I tried to install the requirements for Grok on my server(I don’t have much disk space).
<code>dm_haiku==0.0.12
jax[cuda12-pip]==0.4.25 -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
numpy==1.26.4
sentencepiece==0.2.0
</code>
<code>dm_haiku==0.0.12
jax[cuda12-pip]==0.4.25 -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
numpy==1.26.4
sentencepiece==0.2.0
</code>
dm_haiku==0.0.12
jax[cuda12-pip]==0.4.25 -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
numpy==1.26.4
sentencepiece==0.2.0
But I found they are so big that the disk quota exceeded.
Thus, I wanted to uninstall them.
I used pip uninstall -r requirements.txt
to uninstall these packages and deleted all the cache files by using rm -rf ~/.cache/*
.
However, the disk usage was still very high.
How can I clean up these packages?
New contributor
Gordon Zhang is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.