mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-27 03:01:52 -04:00
Add release notes Add install instructions Add PyTorch + ComfyUI instructions Add custom selector directives Add JS and CSS for selector Add custom icon directive and utils Clean up conf.py
12 lines
161 B
Markdown
12 lines
161 B
Markdown
1. Clear the pip cache.
|
|
|
|
```bash
|
|
sudo rm -rf ~/.cache/pip
|
|
```
|
|
|
|
2. Remove your local Python virtual environment.
|
|
|
|
```bash
|
|
sudo rm -rf .venv
|
|
```
|