update NPU readme: run conhost as administrator (#12066)

This commit is contained in:
Jinhe 2024-09-11 17:54:04 +08:00 committed by GitHub
parent 4ca330da15
commit e78e45ee01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,7 +40,7 @@ For optimal performance, it is recommended to set several environment variables.
> [!NOTE] > [!NOTE]
> For optimal performance, we recommend running code in `conhost` rather than Windows Terminal: > For optimal performance, we recommend running code in `conhost` rather than Windows Terminal:
> - Press <kbd>Win</kbd>+<kbd>R</kbd> and input `conhost`, then press Enter to launch `conhost`. > - Search for `conhost` in the Windows search bar and run as administrator
> - Run following command to use conda in `conhost`. Replace `<your conda install location>` with your conda install location. > - Run following command to use conda in `conhost`. Replace `<your conda install location>` with your conda install location.
> ``` > ```
> call <your conda install location>\Scripts\activate > call <your conda install location>\Scripts\activate