質問編集履歴
3
nvidia関連のパッケージがインストールされないようにpytorchをcpu onlyに
test
CHANGED
File without changes
|
test
CHANGED
@@ -112,6 +112,10 @@
|
|
112
112
|
Werkzeug==3.1.3
|
113
113
|
whisper==1.1.10
|
114
114
|
|
115
|
+
#内容を変更(追記)
|
116
|
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
117
|
+
torch==2.2.2+cpu
|
118
|
+
|
115
119
|
```
|
116
120
|
### ファイルサイズの確認
|
117
121
|
```
|
2
ファイルサイズの確認を追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -113,6 +113,15 @@
|
|
113
113
|
whisper==1.1.10
|
114
114
|
|
115
115
|
```
|
116
|
+
### ファイルサイズの確認
|
117
|
+
```
|
118
|
+
eroku run bash -a voice-command-quest
|
119
|
+
Running bash on ⬢ voice-command-quest... up, run.5424
|
120
|
+
~ $ du -ha --max-depth 6 --threshold=2MB /app | sort -hr
|
121
|
+
$
|
122
|
+
du -ha --max-depth=6 --threshold=500KB . | sort -hr
|
123
|
+
$
|
124
|
+
```
|
116
125
|
|
117
126
|
### 試したこと・調べたこと
|
118
127
|
- [ ] teratailやGoogle等で検索した
|
1
タグの追加
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|