Skip to content

Commit

Permalink
Draft tokenizer update
Browse files Browse the repository at this point in the history
Draft tokenizer update
  • Loading branch information
dyastremsky committed Dec 3, 2024
1 parent aa1c872 commit 344cfc6
Show file tree
Hide file tree
Showing 5 changed files with 2,062 additions and 186 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ repos:
- id: codespell
additional_dependencies: [tomli]
args: ["--toml", "pyproject.toml"]
exclude: (?x)^(.*stemmer.*|.*stop_words.*|^CHANGELOG.md$)
exclude: (?x)^(.*stemmer.*|.*stop_words.*|^CHANGELOG.md$|.*sonnets.txt)
# More details about these pre-commit hooks here:
# https://pre-commit.com/hooks.html
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down
104 changes: 0 additions & 104 deletions genai-perf/genai_perf/inputs/retrievers/farewell.txt

This file was deleted.

Loading

0 comments on commit 344cfc6

Please sign in to comment.