Dmitry Nikolayev

Results 7 issues of Dmitry Nikolayev

Like this: ``` >>> a = (-22.6559, -58.9053) >>> b = (23.0917, 121.348) >>> vincenty(a, b) # None! >>> b = (23.0917, 122.348) # Increase the longitude by a little...

Add a likely missing word.

Формы слова «заря» анализируются как производные от существительного «зара», которое есть в словаре и предлагается как первый вариант: ``` python >>> import pymorphy2 >>> ma = pymorphy2.MorphAnalyzer() >>> ma.parse('заре') [Parse(word='заре',...

The problem is fully described by this screen shot: With the contents of the buffer as shown, I tried to add a diacritic (highlighted in the menu to the right)...

bug

Add a missing word to a docstring.

CLA Signed

Like this: ```python In [1]: from transformers import AutoModel, AutoTokenizer In [2]: from calflops import calculate_flops, calculate_flops_hf In [3]: model_name = "google/gemma-2b" In [4]: model = AutoModel.from_pretrained(model_name, cache_dir="hf_cache") In [5]:...