mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-10 23:12:52 +00:00
9 lines
202 B
Bash
9 lines
202 B
Bash
#!/bin/bash
|
|
cd ~/lollms-webui
|
|
# activate conda environment
|
|
source ~/miniconda/etc/profile.d/conda.sh
|
|
conda activate ./env
|
|
|
|
# Run petals server
|
|
python3 -m petals.cli.run_server petals-team/StableBeluga2
|