rphrp1985 commited on
Commit
8033c77
·
verified ·
1 Parent(s): 7a89b38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -102,13 +102,7 @@ def respond(
102
  top_p,
103
  ):
104
  print_s1ystem()
105
- uname = platform.uname()
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()