lora_sync/README.md

11 lines
131 B
Markdown
Raw Normal View History

2024-06-06 21:35:25 -07:00
# lora_sync
2024-06-06 21:45:29 -07:00
How to use:
```bash
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python main.py
```