Skip to content

Commit

Permalink
style: Update variable name in predict function
Browse files Browse the repository at this point in the history
  • Loading branch information
cauliyang committed Oct 13, 2024
1 parent 5fc1d3c commit 9b73043
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -593,4 +593,5 @@ scripts/*.json
*stats_*.json
!build.rs
.ruff_cache
hg_deepchopper
hg_deepchopper
analysis_data
2 changes: 1 addition & 1 deletion deepchopper/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def predict(

trainer = lightning.pytorch.trainer.Trainer(
accelerator=accelerator,
devices=gpus,
devices=devices,
callbacks=callbacks,
deterministic=False,
logger=False,
Expand Down

0 comments on commit 9b73043

Please sign in to comment.