Spaces:
Runtime error
Runtime error
File size: 373 Bytes
517926e dd13290 517926e dd13290 517926e dd13290 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
#!/bin/bash
# # Clone and install LLaMA-Factory
# git clone https://github.com/hiyouga/LLaMA-Factory.git
# cd LLaMA-Factory
# pip install .[torch,bitsandbytes] --quiet
# # Install unsloth
# pip install git+https://github.com/unslothai/unsloth.git --quiet
# # Return to the root directory
# cd ..
# Run the application with gunicorn
gunicorn --bind 0.0.0.0:5000 app:app
|