There was an error while loading. Please reload this page.
1 parent 7ee8a97 commit c3ff263Copy full SHA for c3ff263
2 files changed
deepview_profile/db/database.py
@@ -2,7 +2,7 @@
2
import os
3
import sqlite3
4
5
-BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
+BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
6
DB_PATH = os.path.join(BASE_DIR, "deepview.sqlite3")
7
8
class DatabaseInterface:
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "deepview-profile"
-version = "0.12.1"
+version = "0.12.2"
description = "Interactive performance profiling and debugging tool for PyTorch neural networks."
authors = ["CentML <support@centml.ai>"]
license = "Apache-2.0"
0 commit comments