feat: implemented correct lama bindings

This commit is contained in:
2025-04-24 16:50:37 +02:00
parent eb00e869fc
commit 5baefdcc6f
4 changed files with 87 additions and 32 deletions

View File

@@ -12,7 +12,7 @@ I first realized that a normal mosaic algorithm isn't safe AT ALL seeing this pr
```bash
# Step 1: Create and activate virtual environment
python3 -m venv .venv
python3.8 -m venv .venv
source .venv/bin/activate
# Step 2: Install the local Python program add the -e flag for development