OLive/olive
Xiaoyu a27150ccb4
Add generate_config_file option to cli (#1568)
## Describe your changes

Add generate_config_file option to cli.

## Checklist before requesting a review
- [ ] Add unit tests for this change.
- [ ] Make sure all tests can pass.
- [ ] Update documents if necessary.
- [ ] Lint and apply fixes to your code by running `lintrunner -a`
- [ ] Is this a user-facing change? If yes, give a description of this
change to be included in the release notes.
- [ ] Is this PR including examples changes? If yes, please remember to
update [example
documentation](https://github.com/microsoft/Olive/blob/main/docs/source/examples.md)
in a follow-up PR.

## (Optional) Issue link
2025-01-23 17:47:25 -08:00
..
auto_optimizer SplitModel: Pass to split transformers model (#1436) 2024-10-25 16:19:09 -07:00
azureml Add cloud model cache (#1166) 2024-07-09 12:50:55 -07:00
cli Add generate_config_file option to cli (#1568) 2025-01-23 17:47:25 -08:00
common Offline QuaRot Implementation (#1556) 2025-01-22 15:30:38 -08:00
data Add huggingface `ModelWrapper` (#1555) 2025-01-21 18:04:45 -08:00
engine Fix: Use correct cache directory for file logging (#1564) 2025-01-22 19:38:09 -08:00
evaluator Fix RUFF format (#1495) 2024-11-22 16:21:37 -08:00
exception raise the known failure exceptions when do perf-tuning (#664) 2023-10-26 11:41:40 +08:00
hardware Fix RUFF format (#1495) 2024-11-22 16:21:37 -08:00
model Add huggingface `ModelWrapper` (#1555) 2025-01-21 18:04:45 -08:00
passes Add options document (#1566) 2025-01-23 16:03:46 -08:00
platform_sdk Fix RUFF format (#1495) 2024-11-22 16:21:37 -08:00
strategy Fix graph vertex ordering during topological ordering (#1546) 2025-01-13 22:28:50 -08:00
systems Validate pass config before instantiating the pass (#1553) 2025-01-21 14:45:42 -08:00
workflows Validate pass config before instantiating the pass (#1553) 2025-01-21 14:45:42 -08:00
__init__.py Update main version to 0.8.0.dev0 (#1489) 2024-11-14 13:02:19 -08:00
__main__.py Olive Command Line Tools (#1129) 2024-05-01 11:19:27 -07:00
cache.py Validate pass config before instantiating the pass (#1553) 2025-01-21 14:45:42 -08:00
constants.py 📽️ Olive StrEnumBase IntEnumBase (#1290) 2024-08-09 12:41:54 -07:00
logging.py Add workflow host (#1203) 2024-07-18 16:46:51 -07:00
olive_config.json Offline QuaRot Implementation (#1556) 2025-01-22 15:30:38 -08:00
package_config.py Validate pass config before instantiating the pass (#1553) 2025-01-21 14:45:42 -08:00
resource_path.py Add example pipeline (#1418) 2024-10-16 09:34:26 -07:00