ipex-llm
ipex-llm copied to clipboard
Chronos: Test installation options(forecaster)
Description
add later
1. Why the change?
add later related issue: #4791
2. User API changes
No changed
3. Summary of the change
add later
4. How to test?
- [ ] Unit test
- [ ] Github action
5. Possible Usage
only torch: pytest -v -m "torch and not distributed and not all and not automl" <your_path>/file.py torch + distributed: pytest -v -m "torch and not automl and not all" <your_path>/file.py torch + automl: pytest -v -m "torch and not distributed and not all" <you_path>/file.py all: Do not use -m all but without other deps: pytest -v -m "all" <your_path>/file.py
http://10.112.231.51:18889/view/BigDL-PR-Validation/job/BigDL-Chronos-PR-Validation/811/
pls rebase and we just need to make sure the github actions can be passed
pls rebase and we just need to make sure the github actions can be passed
Done.