update reamde
Browse files
README.md
CHANGED
@@ -119,7 +119,7 @@ with torch.inference_mode():
|
|
119 |
|
120 |
|
121 |
peak_memory_allocated = torch.cuda.max_memory_allocated()
|
122 |
-
print(f"Memory Peak: {peak_memory_allocated / (1024**3):.2f} GB")
|
123 |
print(response)
|
124 |
```
|
125 |
|
|
|
119 |
|
120 |
|
121 |
peak_memory_allocated = torch.cuda.max_memory_allocated()
|
122 |
+
print(f"Memory Peak: {peak_memory_allocated / (1024**3):.2f} GB")
|
123 |
print(response)
|
124 |
```
|
125 |
|