Skip to content

Commit bf23498

Browse files
2 parents cb0a8eb + 280dfa3 commit bf23498

1 file changed

Lines changed: 2 additions & 29 deletions

File tree

neuron-framework-t1/QUICK_START.md

Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -41,34 +41,7 @@ python run_t1_test.py
4141
pytest tests/test_t1_system.py -v
4242
```
4343

44-
## 📊 Expected Output
4544

46-
```
47-
🚀 Starting T1 Hot-Swap Test...
48-
📊 Weave Project: neuron-framework-t1-hotswap
49-
50-
🧪 Running 2 test cases...
51-
52-
📊 Running Test 1/2: High confidence conflict between pristine image and total loss text
53-
✅ Success: True
54-
📈 Metrics:
55-
total_duration: 3.2
56-
conflict_detection_time: 1.8
57-
swap_duration: 0.3
58-
accuracy_preserved: True
59-
conflict_detected: True
60-
swap_executed: True
61-
62-
📋 Success Criteria:
63-
✅ conflict_detection_under_2s: True
64-
✅ swap_under_500ms: True
65-
✅ accuracy_within_2pct: True
66-
67-
🎯 T1 Test Summary:
68-
Total Tests: 2
69-
Passed: 2
70-
Success Rate: 100.0%
71-
```
7245

7346
## 🎯 Success Criteria
7447

@@ -118,7 +91,7 @@ wandb login
11891
3. **Log Files**: Stored in `logs/` directory
11992

12093
### Weave Dashboard
121-
- Go to https://wandb.ai/[your-entity]/neuron-framework-t1-hotswap
94+
- Go to https://wandb.ai/[------]/neuron-framework-t1-hotswap
12295
- View execution traces, timing metrics, and model comparisons
12396
- Analyze conflict detection patterns and swap efficiency
12497

@@ -165,4 +138,4 @@ If you encounter issues:
165138
1. Check the console output for error details
166139
2. Review Weave traces for execution flow
167140
3. Verify API keys and network connectivity
168-
4. Ensure all dependencies are installed correctly
141+
4. Ensure all dependencies are installed correctly

0 commit comments

Comments
 (0)