You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Latency-oriented evaluation metric for parallel execution.
120
+
| Example | File | Description | Requirements |
121
+
|---------|------|-------------|-------------|
122
+
|**Basic Usage**|`basic_usage.py`| Core PARL reward function and Critical Steps metric without external models |`open-parl` only |
123
+
|**Quick Start (HF)**|`quickstart_hf.py`| Minimal integration with Hugging Face GLM-4.7-Flash model |`transformers`, `torch`, `accelerate`|
124
+
|**Full HF Integration**|`huggingface_integration.py`| Complete orchestrator class with training loop, batching, and reward analysis |`transformers`, `torch`, `accelerate`|
139
125
140
-
**Parameters:**
141
-
-`orchestration_overhead` (float): Overhead for orchestrator coordination (default: 0.1)
126
+
## API Reference
142
127
143
-
**Methods:**
144
-
-`forward()`: Compute critical steps for parallel workflows
128
+
For detailed API documentation, see [docs/API.md](docs/API.md).
145
129
146
130
## Experiments
147
131
@@ -193,26 +177,7 @@ If you use PARL in your research, please cite:
0 commit comments