instruct model setup
This commit is contained in:
@@ -31,9 +31,6 @@ conda create -n llm-env python=3.10 -y
|
||||
echo ">>> Activating environment..."
|
||||
conda activate llm-env
|
||||
|
||||
# Step 8: Install dependencies
|
||||
echo ">>> Installing scikit-learn..."
|
||||
conda install scikit-learn -y
|
||||
|
||||
if [ -f requirements.txt ]; then
|
||||
echo ">>> Installing Python requirements..."
|
||||
|
||||
Reference in New Issue
Block a user