Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import spaces
|
|
8 |
@spaces.GPU
|
9 |
def merge_and_upload(base_model, model_to_merge, scaling_factor, weight_drop_prob, repo_name, token, commit_message):
|
10 |
# Define a fixed output path
|
11 |
-
outpath = Path('/tmp
|
12 |
|
13 |
# Construct the command to run hf_merge.py
|
14 |
command = [
|
|
|
8 |
@spaces.GPU
|
9 |
def merge_and_upload(base_model, model_to_merge, scaling_factor, weight_drop_prob, repo_name, token, commit_message):
|
10 |
# Define a fixed output path
|
11 |
+
outpath = Path('/tmp')
|
12 |
|
13 |
# Construct the command to run hf_merge.py
|
14 |
command = [
|