Duygu Altinok
Duygu Altinok
I installed `pyicu` via pip , but I still have the following problem: ``` from icu import Locale ImportError: cannot import name 'Locale' from 'icu' (/usr/local/lib/python3.8/dist-packages/icu/__init__.py) ``` `icu` looks installed...
``` from turkish_morphology import analyze ImportError Traceback (most recent call last) [](https://localhost:8080/#) in () ----> 1 from turkish_morphology import analyze 1 frames [/usr/local/lib/python3.10/dist-packages/turkish_morphology/fst.py](https://localhost:8080/#) in 20 from typing import Generator, Iterable,...
I was using Gemini Pro fine until a couple of hours. Now I'm getting this error: ``` response = client.chat.completions.create( File "/usr/local/lib/python3.9/dist-packages/g4f/client/client.py", line 118, in create return response if stream...
Fixes #116396 I made quick implementations for the builtin functions that are discussed in the issue., also added some tests. cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv...
# What does this PR do? Quick fix for a bug with the tokenizer, slow tokenizers add spaces in between when the input is a single id. Fixes #29489 ##...
I get this error with Gemini Pro 1.0: ``` Skipping ProxyFetcher due to No module named 'ballyregan'. 2024-08-18 09:52:35.404 | INFO | poe_api_wrapper.bundles:init_window:21 - Initializing web data 2024-08-18 09:52:35.563 |...
I made some changes to the T5 modeling file to support new attention interface. I made a bit of rearrangements to employ `position_bias` correctly into the attention mask. Fixes #26350...