ipex-llm icon indicating copy to clipboard operation
ipex-llm copied to clipboard

Chronos: Test installation options(forecaster)

Open liangs6212 opened this issue 2 years ago • 3 comments

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

liangs6212 avatar Aug 09 '22 09:08 liangs6212

http://10.112.231.51:18889/view/BigDL-PR-Validation/job/BigDL-Chronos-PR-Validation/811/

liangs6212 avatar Sep 07 '22 05:09 liangs6212

pls rebase and we just need to make sure the github actions can be passed

TheaperDeng avatar Sep 10 '22 07:09 TheaperDeng

pls rebase and we just need to make sure the github actions can be passed

Done.

liangs6212 avatar Sep 10 '22 07:09 liangs6212