Skip to content

Commit

Permalink
chore:5月8日
Browse files Browse the repository at this point in the history
  • Loading branch information
aehyok committed May 8, 2024
1 parent e483396 commit bb59614
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/daily/2024-03.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- https://github.com/openai/whisper
- https://github.com/m-bain/whisperX
- fast-whisper可能比whisper快4倍,内存耗费减少,而且具有相同的精度。
- https://zhuanlan.zhihu.com/p/692375653
- .net core 商城 React+
- https://github.com/trueai-org/module-shop
- 影刀RPA
Expand Down
10 changes: 10 additions & 0 deletions docs/daily/2024-05.md
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

22 changes: 22 additions & 0 deletions docs/javascript/2024-05-08-whisper.md
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

0 comments on commit bb59614

Please sign in to comment.