Skip to content

Commit

Permalink
Whoops, I did the merge wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
nrser committed Oct 27, 2021
1 parent 063dd53 commit 17a9d8e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/nlp/nlp_model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,6 @@ export default class NLPModel {
}
}

private async _download() {
this._localdir = await AbstractFS.download(this._modeldir + '/');
}

public static orderedPairsFor(
record : Record<string, any>,
omit : string[] = [],
Expand Down

0 comments on commit 17a9d8e

Please sign in to comment.