Yarflam

Results 2 issues of Yarflam

Hello! How to reproduce: ```python from transformers import AutoTokenizer tokenizer = AutoTokenizer.from_pretrained('mistralai/Mistral-7B-Instruct-v0.2') tokenizer.add_bos_token = False tokenizer.add_eos_token = False ids = [ 12866, 601 ] # "▁domestic" + "ated" decode =...

Hello! Is it possible to generate the icons folder (WPA) in the `www` folder? When I'm using the command `npx @capacitor/assets generate --iconBackgroundColor #1b1e54 --iconBackgroundColorDark #1b1e54 --splashBackgroundColor #1b1e54 --splashBackgroundColorDark #1b1e54`...