Agnieszka Mikołajczyk
Agnieszka Mikołajczyk
Hello @rncampos and @arianpasquali, I think it would be perfect as you simply listed it as a resource and provided a link to the database. I have downloaded the data...
Also the change in code would be needed: `transformers.LlamaForCausalLM.from_pretrained` and` transformers.LlamaTokenizer.from_pretrained` instead of AutoTokenizer, and AutoModel. Edit: Sorry, I just checked it and it works with AutoModel as well now.
Hello, Thank you for the comment, I will check it as soon as I can! Agnieszka
Exporting those two variables fixed the problem for me: ``` export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES export no_proxy=* ```