Yifan

Results 8 comments of Yifan
trafficstars

compile the libuv-1.44.2 manually should work. Although it is an ugly fix. - download the R package and extract it; - patch whatever the above threads told; - Compile `libuv`...

I get the corner case repeated several times: env: - Ubuntu 24.04 - Docker (CE): Docker version 27.0.2, build 912c1dd - CUDA: 12.x - Toolkit: 1_1.13.5-1 - Installation: [install-guide](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html) ##...

ubuntu 14.04 下`QtQuick.Controls`版本号改成1.1貌似才能运行,否则提示找不到。 ``` bash #sudo apt-get install libqt5qml-quickcontrols qtdeclarative5-window-plugin libqt5x11extras5-dev qtdeclarative5-private-dev for iii in `grep "QtQuick.Controls" -nr . | awk -F: '{print $1}'`; do sed 's/QtQuick.Controls 1.2/QtQuick.Controls 1.1/g' $iii...

我用的是14.04源里面默认的版本。更新工具链是很麻烦的,而且既然1.1可以用,只能找别的问题。

Check my [fork version](https://github.com/yfyang86/pandas-ai/tree/cust-openai). Currently, it supports such example. ```python import pandas as pd from pandasai import SmartDataframe # Sample DataFrame df = pd.DataFrame({ "country": ["United States", "United Kingdom", "France",...

I checked LM-studio `Version 0.2.8 (0.2.8)` and it works on Llama2-13-q4 (among others). Please run the following example ```py import pandas as pd from pandasai import SmartDataframe import logging logging.basicConfig(filename='_temp_.log',...

Updated. Although the performance on generating charts is not stable fir mixtral 8x7B-Q4 among llam2-13B and others, it works on LM Studio (0.2.10). Checkout [here](https://github.com/yfyang86/pandas-ai/issues/1).

Now the branch should work. Please check [issue-1](https://github.com/yfyang86/pandas-ai/issues/1) for details: Tl;dr - openai==1.12.0 renames `api_base` to `base_url`, and base_url may not work - llm studio==0.2.14 provides something like`http://localhost:1378/v1/chat/completions` only. Hence...