Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,53 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
from graphviz import Digraph
|
3 |
|
4 |
-
st.markdown("""
|
5 |
-
1. Check if NVIDIA SMI is set up:
|
6 |
-
C:\Users\aaron>nvidia-smi
|
7 |
-
|
8 |
-
C:\Users\aaron>nvidia-smi
|
9 |
-
Fri Mar 3 20:09:14 2023
|
10 |
-
+-----------------------------------------------------------------------------+
|
11 |
-
| NVIDIA-SMI 528.52 Driver Version: 528.52 CUDA Version: 12.0 |
|
12 |
-
|-------------------------------+----------------------+----------------------+
|
13 |
-
| GPU Name TCC/WDDM | Bus-Id Disp.A | Volatile Uncorr. ECC |
|
14 |
-
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|
15 |
-
| | | MIG M. |
|
16 |
-
|===============================+======================+======================|
|
17 |
-
| 0 NVIDIA GeForce ... WDDM | 00000000:01:00.0 On | N/A |
|
18 |
-
| N/A 65C P0 42W / 134W | 640MiB / 8192MiB | 2% Default |
|
19 |
-
| | | N/A |
|
20 |
-
+-------------------------------+----------------------+----------------------+
|
21 |
-
|
22 |
-
+-----------------------------------------------------------------------------+
|
23 |
-
| Processes: |
|
24 |
-
| GPU GI CI PID Type Process name GPU Memory |
|
25 |
-
| ID ID Usage |
|
26 |
-
|=============================================================================|
|
27 |
-
| 0 N/A N/A 8492 C+G ...n1h2txyewy\SearchHost.exe N/A |
|
28 |
-
| 0 N/A N/A 13240 C+G ...v10z8vjag6ke6\HP.MyHP.exe N/A |
|
29 |
-
| 0 N/A N/A 13492 C+G ...mmandCenterBackground.exe N/A |
|
30 |
-
| 0 N/A N/A 14080 C+G ...ystemEventUtilityHost.exe N/A |
|
31 |
-
| 0 N/A N/A 14648 C+G ...1.0.3.0\GoogleDriveFS.exe N/A |
|
32 |
-
| 0 N/A N/A 14756 C+G ...2txyewy\TextInputHost.exe N/A |
|
33 |
-
| 0 N/A N/A 16584 C+G ...8wekyb3d8bbwe\GameBar.exe N/A |
|
34 |
-
| 0 N/A N/A 17164 C+G ...kzcwy\mcafee-security.exe N/A |
|
35 |
-
| 0 N/A N/A 17400 C+G ...8wekyb3d8bbwe\Cortana.exe N/A |
|
36 |
-
| 0 N/A N/A 20368 C+G ...587.57\msedgewebview2.exe N/A |
|
37 |
-
| 0 N/A N/A 20716 C+G ...8bbwe\WindowsTerminal.exe N/A |
|
38 |
-
+-----------------------------------------------------------------------------+
|
39 |
-
|
40 |
-
C:\Users\aaron>nvcc --version
|
41 |
-
nvcc: NVIDIA (R) Cuda compiler driver
|
42 |
-
Copyright (c) 2005-2022 NVIDIA Corporation
|
43 |
-
Built on Wed_Sep_21_10:41:10_Pacific_Daylight_Time_2022
|
44 |
-
Cuda compilation tools, release 11.8, V11.8.89
|
45 |
-
Build cuda_11.8.r11.8/compiler.31833905_0
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
""")
|
50 |
-
|
51 |
st.markdown("""
|
52 |
# 👋 Two easy ways to turbo boost your AI learning journey! 💻
|
53 |
# 🌐 AI Pair Programming
|
|
|
1 |
import streamlit as st
|
2 |
from graphviz import Digraph
|
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
st.markdown("""
|
5 |
# 👋 Two easy ways to turbo boost your AI learning journey! 💻
|
6 |
# 🌐 AI Pair Programming
|