Hi guys, thanks for open sourcing this! I worked in Torchtune and now i am in TorchTitan. Usually we want to keep the requirements lightweight, and transformers is a heavy one, so we try to import tokenizers only.
noob question: Is there a real need to depend on transformers or maybe it could be made optional and the library could lean more on tokenizers?
Hi guys, thanks for open sourcing this! I worked in Torchtune and now i am in TorchTitan. Usually we want to keep the requirements lightweight, and
transformersis a heavy one, so we try to importtokenizersonly.noob question: Is there a real need to depend on
transformersor maybe it could be made optional and the library could lean more ontokenizers?