devasheeshG commited on
Commit
896ac08
1 Parent(s): 0dd6b83

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -10,7 +10,7 @@ tags:
10
  - cuDNN Version: 8.9.2.26_1.0-1_amd64
11
 
12
  * tensorflow Version: 2.12.0
13
- * torch Version: 2.1.0.dev20230606+cu121
14
  * transformers Version: 4.30.2
15
  * accelerate Version: 0.20.3
16
 
@@ -23,9 +23,9 @@ tags:
23
  | Device Name | float32 (Original) | float16 | CudaCores | TensorCores |
24
  | ----------------- | -------------------- | ------- | --------- | ----------- |
25
  | 3060 | 1.7 | 1.1 | 3,584 | 112 |
26
- | 1660 Super | can't use this model | 3.3 | 1,408 | - |
27
  | Collab (Tesla T4) | 2.8 | 2.2 | 2,560 | 320 |
28
- | CPU | - | - | - | - |
29
 
30
 
31
  - CPU -> torch.float16 not supported on CPU (AMD Ryzen 5 3600 or Collab GPU)
 
10
  - cuDNN Version: 8.9.2.26_1.0-1_amd64
11
 
12
  * tensorflow Version: 2.12.0
13
+ * torch Version: 2.1.0.dev20230606+cu12135
14
  * transformers Version: 4.30.2
15
  * accelerate Version: 0.20.3
16
 
 
23
  | Device Name | float32 (Original) | float16 | CudaCores | TensorCores |
24
  | ----------------- | -------------------- | ------- | --------- | ----------- |
25
  | 3060 | 1.7 | 1.1 | 3,584 | 112 |
26
+ | 1660 Super | OOM | 3.3 | 1,408 | - |
27
  | Collab (Tesla T4) | 2.8 | 2.2 | 2,560 | 320 |
28
+ | Collab (CPU) | 35 | - | - | - |
29
 
30
 
31
  - CPU -> torch.float16 not supported on CPU (AMD Ryzen 5 3600 or Collab GPU)