JosephusCheung commited on
Commit
7cb2702
1 Parent(s): 6e8c235

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -2
README.md CHANGED
@@ -1,8 +1,6 @@
1
  ---
2
  license: gpl-3.0
3
  ---
4
- # NOTE: This is not an official version of Qwen.
5
-
6
  Use the transformers library that does not require remote/external code to load the model, AutoModelForCausalLM and AutoTokenizer (or manually specify LlamaForCausalLM to load LM, GPT2Tokenizer to load Tokenizer), and model quantization should be fully compatible with GGUF (llama.cpp), GPTQ, and AWQ.
7
 
8
  *Do not use wikitext for recalibration.*
 
1
  ---
2
  license: gpl-3.0
3
  ---
 
 
4
  Use the transformers library that does not require remote/external code to load the model, AutoModelForCausalLM and AutoTokenizer (or manually specify LlamaForCausalLM to load LM, GPT2Tokenizer to load Tokenizer), and model quantization should be fully compatible with GGUF (llama.cpp), GPTQ, and AWQ.
5
 
6
  *Do not use wikitext for recalibration.*