instruct model setup

This commit is contained in:
Your Name
2025-08-28 17:57:59 +00:00
parent 77c563f358
commit d49b4ff2d5
55 changed files with 27760 additions and 326 deletions
Regular → Executable
-3
View File
@@ -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..."