質問編集履歴
2
cuda バージョンを追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -98,6 +98,12 @@
|
|
98
98
|
+---------------------------------------------------------------------------------------+
|
99
99
|
|
100
100
|
|
101
|
+
nvcc: NVIDIA (R) Cuda compiler driver
|
102
|
+
Copyright (c) 2005-2022 NVIDIA Corporation
|
103
|
+
Built on Wed_Sep_21_10:33:58_PDT_2022
|
104
|
+
Cuda compilation tools, release 11.8, V11.8.89
|
105
|
+
Build cuda_11.8.r11.8/compiler.31833905_0
|
106
|
+
|
101
107
|
```
|
102
108
|
```
|
103
109
|
(venv) :~/work2$ apt show cuda
|
1
bitsandbytesの導入を追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -120,6 +120,8 @@
|
|
120
120
|
|
121
121
|
nvidiaの導入手順はここを参考にしました
|
122
122
|
https://www.kkaneko.jp/tools/wsl/wsl_tensorflow2.html
|
123
|
+
windowsでbitsandbytesが導入できなかったのでここを参考に導入しました。
|
124
|
+
https://qiita.com/selllous/items/c4880767da45173227c1
|
123
125
|
|
124
126
|
OS windows 11 home
|
125
127
|
wsl のLinuxバージョン
|