Add Qwen example (#134)

* Add qwen model draft

* Add readme and requirements for qwen example

* Add model and tokenizer options

* Fix convert and tokenizer

* some updates / style consistency

* move to llm subdir

* readme nit

---------

Co-authored-by: Awni Hannun <awni@apple.com>
This commit is contained in:
Junyi Mei
2023-12-20 05:06:19 +08:00
committed by GitHub
parent b5ff25716f
commit b439b96aa1
5 changed files with 361 additions and 0 deletions

2
llms/qwen/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
weights.npz
config.json