Andrey Tishkin

Results 5 issues of Andrey Tishkin

``` GSConnect: 53 (user) GJS: 17200 Session: wayland OS: Ubuntu 22.04.1 LTS _loadBackends@/home/andrew/.local/share/gnome-shell/extensions/[email protected]/service/manager.js:238:31 start@/home/andrew/.local/share/gnome-shell/extensions/[email protected]/service/manager.js:454:14 vfunc_startup@/home/andrew/.local/share/gnome-shell/extensions/[email protected]/service/daemon.js:258:22 vfunc_handle_local_options@/home/andrew/.local/share/gnome-shell/extensions/[email protected]/service/daemon.js:666:18 @/home/andrew/.local/share/gnome-shell/extensions/[email protected]/service/daemon.js:729:17 ```

### Проблема с существующей документацией: https://github.com/ai-forever/gigachain ### Запрос на доработку: # Авторизация в сервисе GigaChat chat = GigaChat(credentials=..., verify_ssl_certs=False) Более подробно написать про Авторизацию в API. Промучился полдня, так и...

### Python -VV ```shell Python 3.10.12 (main, Jul 29 2024, 16:56:48) [GCC 11.4.0] ``` ### Pip Freeze ```shell absl-py==2.1.0 accelerate==0.29.3 aiohttp==3.9.5 aiosignal==1.3.1 albucore==0.0.5 albumentations==1.4.0 ale-py==0.7.5 annotated-types==0.6.0 anyio==4.3.0 aqlm==1.1.6 argon2-cffi==23.1.0 argon2-cffi-bindings==21.2.0...

bug

OS: Windows 10 x64 Python 3.11 x64 pandas 2.2.3 llama-cpp-python 0.3.6 ```python import pandas as pd from llama_cpp import Llama Llama(model_path='models/user-bge-m3-q4_k_m.gguf') ``` OSError: exception: access violation reading 0x0000000000000000 ![Image](https://github.com/user-attachments/assets/ee466188-574b-4253-925b-833abea8b732) Solution:...

Hi, guys. I am very impressed with your project. Thank you very much for your work. I encountered a problem. I can't run your model on the CPU. Here's what...