generated from openproblems-bio/task_template
-
Notifications
You must be signed in to change notification settings - Fork 13
Scgpt update #87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jkobject
wants to merge
27
commits into
openproblems-bio:main
Choose a base branch
from
jkobject:scgpt_update
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+2
−19
Open
Scgpt update #87
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
393fcf1
dbug scprint
jkobject 0bc9c5a
allowing flash attn
jkobject 3cb94a3
Update _viash.yaml
jkobject 086946b
Update CHANGELOG
lazappi f56905e
adding some debug
jkobject 92942b8
better model loading and new model
jkobject 9042fba
final debug
jkobject 3436648
Merge branch 'main' into main
jkobject 6491b5b
better now
jkobject 30facd8
finish debug
jkobject 93c1833
Merge branch 'main' of https://github.com/jkobject/task_batch_integra…
jkobject 0f9bf7b
ending tests successfully
jkobject 446f23e
removing flag
jkobject 0455229
new dataloader version
jkobject ab0136f
Update CHANGELOG
lazappi f4075f1
solving some issues
jkobject 5e91918
Merge branch 'main' into main
jkobject ec2df33
update scprint
jkobject 978293c
Merge branch 'main' of https://github.com/jkobject/task_batch_integra…
jkobject e93bd46
Update src/methods/scprint/script.py
jkobject 0a80d00
Update src/methods/scprint/script.py
jkobject cbac6ce
improve the scgpt installation (now uses flash attention)
jkobject 03abde8
Merge branch 'openproblems-bio:main' into main
jkobject a9b80b9
changing default parameters
jkobject 6215ffa
rm scgpt
jkobject ce55a51
adding update
jkobject 10dfe3c
Merge branch 'main' into scgpt_update
jkobject File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -61,7 +61,7 @@ arguments: | |
| - name: --max_len | ||
| type: integer | ||
| description: The maximum length of the gene sequence. | ||
| default: 4000 | ||
| default: 2300 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this was already merged, right? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. then I don't see why it still shows as a modification... :/ |
||
|
|
||
| resources: | ||
| - type: python_script | ||
|
|
@@ -86,7 +86,7 @@ engines: | |
| script: from scdataloader.utils import populate_my_ontology; populate_my_ontology() | ||
| runners: | ||
| - type: executable | ||
| # docker_run_args: --gpus all | ||
| # docker_run_args: --gpus all | ||
| - type: nextflow | ||
| directives: | ||
| label: [hightime, highmem, midcpu, gpu, highsharedmem] | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This shouldn't be removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why?