Skip to content

Commit

Permalink
Fixes method name
Browse files Browse the repository at this point in the history
  • Loading branch information
lordofthejars committed Nov 24, 2024
1 parent 33e4958 commit 52a61ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public Downloader(String modelDir, String model) {

}

public Downloader notDownloadWieghts() {
public Downloader notDownloadWeights() {
this.downloadWeights = false;
return this;
}
Expand Down

0 comments on commit 52a61ef

Please sign in to comment.