mirror of
https://github.com/nod-ai/AMD-SHARK-Studio.git
synced 2026-04-03 03:00:17 -04:00
fix missing model download path (#281)
This commit is contained in:
@@ -153,7 +153,8 @@ def download_tflite_model(model_name, dynamic=False):
|
||||
model_dir = os.path.join(WORKDIR, model_dir_name)
|
||||
local_hash = str(np.load(os.path.join(model_dir, "hash.npy")))
|
||||
gs_hash = (
|
||||
'gsutil -o "GSUtil:parallel_process_count=1" cp gs://shark_tank'
|
||||
'gsutil -o "GSUtil:parallel_process_count=1" cp gs://shark_tank/'
|
||||
+ shark_default_sha
|
||||
+ "/"
|
||||
+ model_dir_name
|
||||
+ "/hash.npy"
|
||||
|
||||
Reference in New Issue
Block a user