Add Stable Diffusion 3.5 Medium support#4072
Add Stable Diffusion 3.5 Medium support#4072zlaazlaa wants to merge 9 commits intoalibaba:masterfrom
Conversation
Signed-off-by: zlaazlaa <2889827787@qq.com>
Imported from https://github.com/google/sentencepiece at tag v0.2.1 Signed-off-by: zlaazlaa <2889827787@qq.com>
Signed-off-by: zlaazlaa <2889827787@qq.com>
637c7b6 to
b7c3a86
Compare
Signed-off-by: zlaazlaa <2889827787@qq.com>
|
Successfully ran on the Linux platform with |
|
Do not introduce SentencePiece as a third-party library. It is preferable to use MNN's internal implementation for the tokenizer. |
Signed-off-by: zlaazlaa <2889827787@qq.com>
e47dc1b to
413d2e6
Compare
Signed-off-by: zlaazlaa <2889827787@qq.com>
Hi, SentencePiece was previously introduced due to the lack of Unigram model support in the internal MNN tokenizer. |
413d2e6 to
450a3d5
Compare
Signed-off-by: zlaazlaa <2889827787@qq.com>
|
I'm working on an optimized refactor of the MNN tokenizer. I recommend replacing the current approach with MNN's internal implementation once it's available. Would it be possible to wait for the tokenizer update to be released before merging this PR? |
That's great. Will the optimized tokenizer merge the current two tokenizers? |
Yes. |
Signed-off-by: zlaazlaa <2889827787@qq.com>
Signed-off-by: zlaazlaa <2889827787@qq.com>
No description provided.