We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc131da commit 63abd3fCopy full SHA for 63abd3f
src/wraval/actions/action_deploy.py
@@ -6,7 +6,7 @@
6
import boto3
7
import json
8
9
-MODEL_DIRECTORY = '../../model_artifacts'
+MODEL_DIRECTORY = '../../../model_artifacts'
10
11
def cleanup_endpoints(endpoint_name):
12
0 commit comments