File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
backend/python/transformers-musicgen Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55
66echo " Launching gRPC server for transformers-musicgen"
77
8+ export PATH=$PATH :/opt/conda/bin
89
910# Activate conda environment
10- source $CONDA_PREFIX /etc/profile.d/conda.sh
11- conda activate transformers-musicgen
11+ source activate transformers-musicgen
1212
1313# get the directory where the bash script is located
1414DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " > /dev/null 2>&1 && pwd ) "
Original file line number Diff line number Diff line change 33# # A bash script wrapper that runs the transformers server with conda
44
55# Activate conda environment
6- source conda activate transformers-musicgen
6+ source activate transformers-musicgen
77
88# get the directory where the bash script is located
99DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " > /dev/null 2>&1 && pwd ) "
You can’t perform that action at this time.
0 commit comments