From b980e9b7097e81c0504ac8b955a3fb1aa1d9e071 Mon Sep 17 00:00:00 2001 From: Mike Guo Date: Thu, 4 Jan 2024 15:06:00 +0800 Subject: [PATCH] update mistral readme (#856) ## Describe your changes ## 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. ## (Optional) Issue link --- examples/mistral/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/mistral/readme.md b/examples/mistral/readme.md index 3ba965105..4fd14457b 100644 --- a/examples/mistral/readme.md +++ b/examples/mistral/readme.md @@ -1,8 +1,8 @@ ## Prerequisites * transformers>=4.34.99 * optimum +* neural-compressor>=2.4.1 * ort-nightly -* git+https://github.com/intel/neural-compressor.git ## Installation ```bash