alessandro trinca tornidor commited on
Commit
8770635
·
1 Parent(s): 46f1cda

chore: update samgis-core@3.0.12

Browse files
Files changed (2) hide show
  1. lisa_on_cuda/__init__.py +2 -2
  2. requirements.txt +1 -1
lisa_on_cuda/__init__.py CHANGED
@@ -8,9 +8,9 @@ from samgis_core.utilities.session_logger import setup_logging
8
 
9
  load_dotenv()
10
  project_root_folder = Path(globals().get("__file__", "./_")).absolute().parent
11
- workdir = os.getenv("WORKDIR", project_root_folder)
12
  static_dist_folder = Path(workdir) / "static" / "dist"
13
- static_dist_folder = os.getenv("FASTAPI_STATIC", static_dist_folder)
14
  model_folder = Path(project_root_folder / "machine_learning_models")
15
 
16
  log_level = os.getenv("LOG_LEVEL", "INFO")
 
8
 
9
  load_dotenv()
10
  project_root_folder = Path(globals().get("__file__", "./_")).absolute().parent
11
+ workdir = Path(os.getenv("WORKDIR", project_root_folder))
12
  static_dist_folder = Path(workdir) / "static" / "dist"
13
+ static_dist_folder = Path(os.getenv("FASTAPI_STATIC", static_dist_folder))
14
  model_folder = Path(project_root_folder / "machine_learning_models")
15
 
16
  log_level = os.getenv("LOG_LEVEL", "INFO")
requirements.txt CHANGED
@@ -10,7 +10,7 @@ packaging
10
  peft-patched==0.9.3
11
  pycocotools==2.0.8
12
  requests==2.32.3
13
- samgis-core==3.0.11
14
  scipy==1.14.0
15
  sentencepiece==0.2.0
16
  shortuuid==1.0.13
 
10
  peft-patched==0.9.3
11
  pycocotools==2.0.8
12
  requests==2.32.3
13
+ samgis-core==3.0.12
14
  scipy==1.14.0
15
  sentencepiece==0.2.0
16
  shortuuid==1.0.13