Skip to content

Commit 227f15e

Browse files
authored
Merge pull request #117 from jkobject/main
updating the names of the model checkpoints
2 parents d6b578f + 250abb1 commit 227f15e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/methods/scprint/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ arguments:
3232
- name: --model_name
3333
type: string
3434
direction: input
35-
default: "v2-medium"
35+
default: "medium-v1.5"
3636
- name: --model
3737
type: file
3838
direction: input

src/methods/scprint/script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"num_genes": 5000,
2424
"max_cells": 1000,
2525
"num_workers": 20,
26-
"model_name": "v2-medium",
26+
"model_name": "medium-v1.5",
2727
"model": None,
2828
"dataset_id": "op",
2929
"is_test": True,

0 commit comments

Comments
 (0)