Skip to content

Commit

Permalink
Merge pull request #114 from DumiJDev/fix/method-name-downloader-class
Browse files Browse the repository at this point in the history
fix: Downloader method name, rename from notDownloadWieghts to notDow…
  • Loading branch information
tjake authored Nov 24, 2024
2 parents 33e4958 + a6df9d1 commit 88a930b
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 skipWeights() {
this.downloadWeights = false;
return this;
}
Expand Down

0 comments on commit 88a930b

Please sign in to comment.