Skip to content

Commit 27b34f3

Browse files
committed
Add gcs instead of gsutil
Test .exe on AMD hardware.
1 parent 2b8d784 commit 27b34f3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

web/shark_sd.spec

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,14 @@ datas += copy_metadata('diffusers')
2121
datas += copy_metadata('transformers')
2222
datas += collect_data_files('gradio')
2323
datas += collect_data_files('iree')
24-
#datas += copy_metadata('iree')
24+
datas += collect_data_files('google-cloud-storage')
2525
datas += collect_data_files('shark')
2626
datas += [
2727
( 'prompts.json', '.' ),
2828
( 'logos/*.png', 'logos' )
2929
]
3030

3131
binaries = []
32-
binaries += [
33-
( '..\shark.venv\scripts\gsutil.exe', '.' ),
34-
]
3532

3633
block_cipher = None
3734

0 commit comments

Comments
 (0)