Skip to content

Commit

Permalink
[tokenizer] Fixes build issue on GPU (#3106)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfliu authored Apr 20, 2024
1 parent 2c9a1a2 commit cb393e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public String getVersion() {
/** {@inheritDoc} */
@Override
public boolean hasCapability(String capability) {
return true;
return false;
}

/** {@inheritDoc} */
Expand Down

0 comments on commit cb393e3

Please sign in to comment.