fix: add run oneAPI instruction for the example of codeshell (#11828)

* fix: delete ipex extension import in ppl wikitext evaluation

* feat: add mixed_precision argument on ppl wikitext evaluation

* fix: delete mix_precision command in perplex evaluation for wikitext

* fix: remove fp16 mixed-presicion argument

* fix: Add a space.

* fix: add run oneAPI instruction for the example of codeshell

* fix: textual adjustments

* fix: Textual adjustment

---------

Co-authored-by: Jinhe Tang <jin.tang1337@gmail.com>
This commit is contained in:
Chu,Youcheng 2024-08-16 14:29:06 +08:00 committed by GitHub
parent 17a0beb21f
commit f463268e36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,6 +21,12 @@ Suppose you have already configured GPU environment, you will need some extra pr
## 1. How to use this server
This is a required step on Linux for APT. Skip this step for PIP-installed oneAPI or if you are running on Windows.
```bash
source /opt/intel/oneapi/setvars.sh
```
Then run the following command in the terminal:
```
python server.py [--option value]
```