"docs/source/_figures/std.svg" did not exist on "c8e13e1d37d70da17bb7fc1c6d45b9b5eacf1feb"
[Feature] Support Qwen-7B, dynamic NTK scaling and logN scaling in turbomind (#230)
* qwen support * dynamic ntk & logn attn * fix ntk & add chat template * fix ntk scaling & stop words * fix lint * add tiktoken to requirements.txt * fix tokenizer, set model format automatically * update model.py * update readme * fix lint
Showing
| ... | @@ -8,6 +8,7 @@ pybind11 | ... | @@ -8,6 +8,7 @@ pybind11 |
| safetensors | safetensors | ||
| sentencepiece | sentencepiece | ||
| setuptools | setuptools | ||
| tiktoken | |||
| torch | torch | ||
| transformers | transformers | ||
| tritonclient[all] | tritonclient[all] |
Please register or sign in to comment