Spaces:
Running
on
L4
Running
on
L4
debugging
Browse files
app.py
CHANGED
@@ -12,6 +12,9 @@
|
|
12 |
# See the License for the specific language governing permissions and
|
13 |
# limitations under the License.
|
14 |
import os
|
|
|
|
|
|
|
15 |
import importlib
|
16 |
import sys
|
17 |
|
|
|
12 |
# See the License for the specific language governing permissions and
|
13 |
# limitations under the License.
|
14 |
import os
|
15 |
+
|
16 |
+
os.system('nvidia-smi')
|
17 |
+
|
18 |
import importlib
|
19 |
import sys
|
20 |
|