Преглед изворни кода

The LLaMA PR has been merged into transformers

https://github.com/huggingface/transformers/pull/21955

The tokenizer class has been changed from

"LLaMATokenizer"

to

"LlamaTokenizer"

It is necessary to edit this change in every tokenizer_config.json
that you had for LLaMA so far.
oobabooga пре 2 година
родитељ
комит
23a5e886e1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      requirements.txt

+ 1 - 1
requirements.txt

@@ -9,4 +9,4 @@ rwkv==0.4.2
 safetensors==0.3.0
 sentencepiece
 tqdm
-git+https://github.com/zphang/transformers.git@68d640f7c368bcaaaecfc678f11908ebbd3d6176
+git+https://github.com/huggingface/transformers