Skip to content

Commit

Permalink
guess
Browse files Browse the repository at this point in the history
  • Loading branch information
arpanetus committed Oct 9, 2023
1 parent f5f06de commit 03a3572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func Run(args RunArgs) {
rank,
master,
args.Port,
[]string{"higgsfield.py", "run"},
[]string{"hf.py", "run"},
args.NProcPerNode,
args.ExperimentName,
args.ProjectName,
Expand All @@ -75,7 +75,7 @@ func Run(args RunArgs) {
}

// create a "higgsfield" file in cwd
f, err := os.Create("higgsfield.py")
f, err := os.Create("hf.py")
if err != nil {
fmt.Printf("failed to create a file: %v\n", err)
}
Expand Down

0 comments on commit 03a3572

Please sign in to comment.