1
0
mirror of synced 2024-09-23 19:08:26 +02:00

Update README.ja.md (#2231)

This commit changed the single quotes to back quotes where they were used in the Markdown.
This commit is contained in:
T-NEX 2024-08-28 17:38:15 +09:00 committed by GitHub
parent 7a81606a03
commit 4d1379989f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -214,9 +214,9 @@ sudo usermod -aG video $USERNAME
### 直接起動
以下のコマンドで WebUI を起動します
'''bash
```bash
python infer-web.py
'''
```
### 統合パッケージの使用
@ -228,15 +228,15 @@ python infer-web.py
#### MacOS ユーザー
'''bash
```bash
sh ./run.sh
'''
```
### IPEX 技術が必要な I カードユーザー向け(Linux のみ)
'''bash
```bash
source /opt/intel/oneapi/setvars.sh
'''
```
## 参考プロジェクト