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
## Example Run Script ([`build_and_run_ad.py`](./build_and_run_ad.py))
31
31
32
-
This script demonstrates end-to-end deployment of Hugging Face (or local) checkpoints using AutoDeploy’s graph-transformation pipeline.
32
+
This script demonstrates end-to-end deployment of HuggingFace checkpoints using AutoDeploy’s graph-transformation pipeline.
33
33
34
-
You can arbitrarily configure your experiment. Use the `-h/--help` flag to see available options:
34
+
You can configure your experiment with various options. Use the `-h/--help` flag to see available options:
35
35
36
36
```bash
37
37
python build_and_run_ad.py --help
38
38
```
39
39
40
-
Below is a non-exhaustive list of common config options:
40
+
Below is a non-exhaustive list of common configuration options:
41
41
42
42
| Configuration Key | Description |
43
43
|-------------------|-------------|
@@ -59,7 +59,7 @@ Below is a non-exhaustive list of common config options:
59
59
60
60
For default values and additional configuration options, refer to the [`ExperimentConfig`](./build_and_run_ad.py) class in [build_and_run_ad.py](./build_and_run_ad.py) file.
61
61
62
-
Here is a more complete example of using the script:
62
+
The following is a more complete example of using the script:
63
63
64
64
```bash
65
65
cd examples/auto_deploy
@@ -96,4 +96,4 @@ python lm_eval_ad.py \
96
96
97
97
## Disclaimer
98
98
99
-
This project is in active development and is currently in an early (beta) stage. The code is in prototype, subject to change, and may include backward-incompatible updates. While we strive for correctness, we provide no guarantees regarding functionality, stability, or reliability. Use at your own risk.
99
+
This project is under active development and is currently in a prototype stage. The code is experimental, subject to change, and may include backward-incompatible updates. While we strive for correctness, there are no guarantees regarding functionality, stability, or reliability.
0 commit comments