lym00 commited on
Commit
e61024b
·
verified ·
1 Parent(s): 67b4793

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -5
README.md CHANGED
@@ -16,15 +16,29 @@ https://learn.microsoft.com/en-us/windows/wsl/install
16
  https://www.anaconda.com/docs/getting-started/miniconda/install
17
 
18
  # Environment
19
- python 3.12
20
 
21
- cuda 12.8
22
 
23
- torch 2.7
24
 
25
- diffusers https://github.com/huggingface/diffusers
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
 
27
- transformers 4.51
28
 
29
  # Calibration
30
 
 
16
  https://www.anaconda.com/docs/getting-started/miniconda/install
17
 
18
  # Environment
 
19
 
20
+ Hardware:
21
 
22
+ Nvidia RTX 5060 Ti (Blackwell, sm_120)
23
 
24
+ Software (WSL):
25
+
26
+ Python 3.12.11
27
+
28
+ pip 25.1
29
+
30
+ CUDA 12.8
31
+
32
+ Torch 2.7.1+cu128
33
+
34
+ Diffusers 0.35.0.dev0
35
+
36
+ Transformers 4.53.2
37
+
38
+ flash_attn 2.7.4.post1
39
+
40
+ xformers 0.0.31.post1
41
 
 
42
 
43
  # Calibration
44