Update app.py
Browse files
app.py
CHANGED
@@ -102,13 +102,7 @@ def respond(
|
|
102 |
top_p,
|
103 |
):
|
104 |
print_s1ystem()
|
105 |
-
|
106 |
-
print(f"System: {uname.system}")
|
107 |
-
print(f"Node Name: {uname.node}")
|
108 |
-
print(f"Release: {uname.release}")
|
109 |
-
print(f"Version: {uname.version}")
|
110 |
-
print(f"Machine: {uname.machine}")
|
111 |
-
print(f"Processor: {uname.processor}")
|
112 |
|
113 |
# GPU Information
|
114 |
gpu_stats = gpustat.GPUStatCollection.new_query()
|
|
|
102 |
top_p,
|
103 |
):
|
104 |
print_s1ystem()
|
105 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
106 |
|
107 |
# GPU Information
|
108 |
gpu_stats = gpustat.GPUStatCollection.new_query()
|