-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
## 5月8日 | ||
- window docker desktop 报错 | ||
``` | ||
Docker.Core.HttpBadResponseException: | ||
{"message":"2 errors occurred:\n\t* provisioning docker WSL distros: running wsl-bootstrap version set in main distro: exit status 0xffffffff\n\t* checking if isocache exists: CreateFile \\\\wsl$\\docker-desktop-data\\isocache\\: The network name cannot be found.\n\n"} | ||
``` | ||
选择「Switch To Windows Containers」。重新启动Docker | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## whisper faster-whisper 速度比对 | ||
- https://juejin.cn/post/7351392942911864868?searchId=20240508113218999CCD9229F8AC19C1DA | ||
- whisper.cpp CPU模式太慢了,暂时不考虑,可能主要支持在Mac CoreML 加上吧 | ||
- faster-gpu 提升非常明显 速度提升4倍 | ||
|
||
## window | ||
查看本机CUDA版本 | ||
``` | ||
nvidia-smi | ||
``` | ||
|
||
|
||
## anaconda 下载安装 | ||
|
||
window、mac、 linux都可以 | ||
- https://www.anaconda.com/download/success | ||
这里要注意python的版本,尽量跟它保持一致 | ||
|
||
|
||
安装conda | ||
- https://blog.csdn.net/m0_74942241/article/details/134136434 | ||
|