Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions COMMANDS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
```bash
docker exec -it aidan bash
cd ~/benchmark/llm_bench

conda create --prefix ./env python=3.10

source ~/miniconda3/bin/activate
conda activate ./env
pip install uv
uv pip install -r requirements.txt



```
Loading