Skip to content

Commit

Permalink
Fix tokenizer initialization (#11)
Browse files Browse the repository at this point in the history
* Fix T5 tokenizer

* Freeze transformers
  • Loading branch information
NeonBohdan authored Aug 30, 2023
1 parent 2aabeb0 commit cf76a9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# model
ctranslate2
transformers
transformers==4.32.1
protobuf
SentencePiece
# networking
neon_llm_core==0.0.6

0 comments on commit cf76a9b

Please sign in to comment.