diff --git a/scripts/swe-bench-setup.sh b/scripts/swe-bench-setup.sh index a6c6648..554aead 100644 --- a/scripts/swe-bench-setup.sh +++ b/scripts/swe-bench-setup.sh @@ -25,7 +25,7 @@ fi # Install SWE-bench dependencies (native mode) echo "🔧 Installing SWE-bench dependencies (native mode)..." cd swe-bench-workspace/SWE-bench -pip install -e . --no-deps +pip install -e . pip install datasets transformers jsonlines tqdm # Create roocode configuration @@ -164,4 +164,4 @@ echo " - new_task to 'sparc' mode for benchmark coordination" echo " - All SWE tasks will be routed through roocode modes" echo " 4. Monitor results in swe-bench-workspace/results/" echo "" -echo "🎯 Ready to benchmark roocode SPARC system on SWE-bench!" \ No newline at end of file +echo "🎯 Ready to benchmark roocode SPARC system on SWE-bench!"