Draft backtrack #2696
Annotations
14 warnings
Install Rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install Rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install Rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install Rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build:
tokenizers/src/models/backtracking_bpe/model.rs#L9
unused import: `serde::de::Visitor`
|
Build:
tokenizers/src/models/backtracking_bpe/model.rs#L10
unused imports: `Deserialize`, `Deserializer`, and `Serializer`
|
Build:
tokenizers/src/models/backtracking_bpe/model.rs#L219
unused variable: `v`
|
Build:
tokenizers/src/models/backtracking_bpe/model.rs#L421
unused variable: `merges`
|
Build:
tokenizers/src/models/backtracking_bpe/model.rs#L58
methods `count`, `pos`, and `last_token` are never used
|
Build:
tokenizers/src/models/backtracking_bpe/model.rs#L80
fields `unk_token`, `fuse_unk`, and `byte_fallback` are never read
|
Build:
tokenizers/src/models/backtracking_bpe/model.rs#L161
methods `files`, `vocab_and_merges`, `dropout`, `unk_token`, `fuse_unk`, and `byte_fallback` are never used
|
Build:
tokenizers/src/models/backtracking_bpe/model.rs#L323
function `convert_merges_to_hashmap` is never used
|
Build:
tokenizers/src/models/backtracking_bpe/model.rs#L349
multiple associated items are never used
|
Build:
tokenizers/src/models/backtracking_bpe/model.rs#L488
call to `.clone()` on a reference in this situation does nothing
|
Loading