Skip to content

Commit 56df37e

Browse files
committed
update config
1 parent d19b313 commit 56df37e

File tree

2 files changed

+4
-18
lines changed

2 files changed

+4
-18
lines changed

.circleci/config.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,7 @@ jobs:
2121
. venv/bin/activate
2222
pip install -r requirements.txt
2323
24-
# Step 3: Run medLLM build/test commands
25-
- run:
26-
name: Build and Test medLLM
27-
command: |
28-
. venv/bin/activate
29-
# Replace this with the actual command(s) to build/test medLLM
30-
python -m unittest discover -s tests
31-
32-
# Step 4: Clone BreakYourLLM repository
24+
# Step 3: Clone BreakYourLLM repository
3325
- run:
3426
name: Clone BreakYourLLM Repository
3527
command: |
@@ -39,22 +31,22 @@ jobs:
3931
. venv/bin/activate
4032
pip install -r requirements.txt
4133
42-
# Step 5: Replace configurations in BreakYourLLM
34+
# Step 4: Replace configurations in BreakYourLLM
4335
- run:
4436
name: Replace Configurations
4537
command: |
4638
cp medLLM/config/user_config1.json BreakYourLLM/config/config1.json
4739
cp medLLM/config/user_config2.json BreakYourLLM/config/config2.json
4840
49-
# Step 6: Run main.py in BreakYourLLM
41+
# Step 5: Run main.py in BreakYourLLM
5042
- run:
5143
name: Run main.py in BreakYourLLM
5244
command: |
5345
cd BreakYourLLM
5446
. venv/bin/activate
5547
python main.py
5648
57-
# Step 7: Check Results
49+
# Step 6: Check Results
5850
- run:
5951
name: Check Results
6052
command: |

azure-pipelines.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ steps:
2020
pip install -r requirements.txt
2121
displayName: 'Install dependencies for medLLM'
2222

23-
# Step 3: Run tests for medLLM
24-
- script: |
25-
source venv/bin/activate
26-
python -m unittest discover -s tests
27-
displayName: 'Run medLLM tests'
28-
2923
# Step 4: Clone BreakYourLLM repository
3024
- script: |
3125
git clone https://github.com/ModelPulse/BreakYourLLM.git

0 commit comments

Comments
 (0)