Ita Zaporozhets
e48e5f1f13
Support reading tiktoken tokenizer.model file (#31656)
* use existing TikTokenConverter to read tiktoken tokenizer.model file
* del test file
* create titktoken integration file
* adding tiktoken llama test
* ALTNATIVE IMPLEMENTATION: supports llama 405B
* fix one char
* remove redundant line
* small fix
* rm unused import
* flag for converting from tiktokeng
* remove unneeded file
* ruff
* remove llamatiktokenconverter, stick to general converter
* tiktoken support v2
* update test
* remove stale changes
* udpate doc
* protect import
* use is_protobuf_available
* add templateprocessor in tiktokenconverter
* reverting templateprocessor from tiktoken support
* update test
* add require_tiktoken
* dev-ci
* trigger build
* trigger build again
* dev-ci
* [build-ci-image] tiktoken
* dev-ci
* dev-ci
* dev-ci
* dev-ci
* change tiktoken file name
* feedback review
* feedback rev
* applying feedback, removing tiktoken converters
* conform test
* adding docs for review
* add doc file for review
* add doc file for review
* add doc file for review
* support loading model without config.json file
* Revert "support loading model without config.json file"
This reverts commit 2753602e51c34cef2f184eb11f36d2ad1b02babb.
* remove dev var
* updating docs
* safely import protobuf
* fix protobuf import error
* fix protobuf import error
* trying isort to fix ruff error
* fix ruff error
* try to fix ruff again
* try to fix ruff again
* try to fix ruff again
* doc table of contents
* add fix for consistency.dockerfile torchaudio
* ruff
* applying feedback
* minor typo
* merging with push-ci-image
* clean up imports
* revert dockerfile consistency
2024-09-06 14:24:02 +02:00
..
2024-09-04 17:30:54 +02:00
2023-10-09 11:04:57 +02:00
2024-08-16 12:35:41 -04:00
2024-06-26 21:59:08 +01:00
2024-03-19 14:43:02 +00:00
2024-08-20 11:42:36 +02:00
2024-09-06 12:56:59 +05:00
2024-09-06 14:24:02 +02:00
2024-07-11 12:11:50 +01:00
2024-02-29 03:56:16 +01:00
2024-09-02 13:23:47 +01:00
2024-09-05 17:42:03 +02:00
2024-08-30 18:17:25 +02:00
2024-07-17 10:56:44 +01:00
2024-08-05 09:22:48 +02:00
2024-09-03 09:16:28 -04:00
2024-09-06 13:49:47 +02:00
2023-12-20 18:33:17 +00:00
2024-07-26 10:33:02 +02:00
2023-06-15 07:30:24 -04:00
2024-08-06 11:33:05 +01:00
2024-05-21 13:56:52 +01:00
2024-09-05 14:43:20 +05:00
2024-05-16 10:56:11 +01:00
2024-05-13 15:59:46 +01:00
2024-09-04 12:03:30 +01:00
2024-08-13 11:48:53 -04:00
2023-09-05 10:12:25 +02:00
2024-09-02 13:23:47 +01:00