This repository has been archived on 2024-10-01. You can view files and clone it, but cannot push or open issues or pull requests.
ai-virtual-assistant/py/venv.sh

6 lines
79 B
Bash
Raw Normal View History

2024-09-16 11:44:35 +02:00
#!/bin/bash
virtualenv venv
source venv/bin/activate
pip install transformers