mirror of
https://github.com/kodxana/madiator-docker-runpod.git
synced 2024-11-22 02:40:12 +01:00
Fix Bug in 'model_utils.py' - wrong module reference in import
This commit is contained in:
parent
09b083f24d
commit
0b4b82dec5
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import re
|
|||
import time
|
||||
import math
|
||||
# lutzapps - modify for new shared_models module and overwrite for this module
|
||||
from shared_models import (ensure_shared_models_folders, SHARED_MODELS_DIR)
|
||||
from utils.shared_models import (ensure_shared_models_folders, SHARED_MODELS_DIR)
|
||||
|
||||
#SHARED_MODELS_DIR = '/workspace/shared_models'
|
||||
|
||||
|
|
Loading…
Reference in a new issue