Xuan Son Nguyen

Results 73 comments of Xuan Son Nguyen

All 3 links that you provided do not exist (404 Not Found): https://wxpython.p5k.org/wxPython-4.1.1-cp3.8-cp3.8-linux_x86_64.whl https://wxpython.p5k.org/wxPython-4.1.1-cp3.9-cp3.9-linux_x86_64.whl https://wxpython.p5k.org/wxPython-4.1.1-cp3.10-cp3.10-linux_x86_64.whl

So what I tried next is: ``` wget https://wxpython.p5k.org/wxPython-4.1.1-cp310-cp310-linux_x86_64.whl pip install wxPython-4.1.1-cp310-cp310-linux_x86_64.whl pip install -r requirements.txt python -m build pip install dist/DisplayCAL-3.9.*.whl ``` It was success, but `displaycal` gives me...

I created a symlink from `libjpeg.so.8` to `libjpeg.so`, `libjpeg.so.62` and `libjpeg.so.62.3.0` but it doesn't seem to work. ``` File "/home/ngxson/work/displaycal_venv/lib64/python3.10/site-packages/wx/__init__.py", line 17, in from wx.core import * File "/home/ngxson/work/displaycal_venv/lib64/python3.10/site-packages/wx/core.py", line...

> I'm using Fedora 36. `gcc glibc-devel dbus pkgconf gtk3-devel libXxf86vm-devel` are installed. Yes, I wrote that in the beginning of this discussion. For confirmation, I've just re-run it: ```...

I managed to install libjpeg8 and it works now: ``` sudo dnf copr enable aflyhorse/libjpeg sudo dnf install libjpeg8 ``` Thanks for the support.

# Research on MeetKai's implementation My python snippet: https://gist.github.com/ngxson/c477fd9fc8e0a25c52ff4aa6129dc7a1 Key things to notice: - This implementation accepts OpenAI `tool_calls` format as input: https://cookbook.openai.com/examples/how_to_call_functions_with_chat_models - Then, the OpenAI schema is converted...

The new version is so buggy, I cannot even login

Please have a look on https://github.com/ggerganov/llama.cpp/pull/6276 The GGUF version is taken from: https://huggingface.co/s3nh/MiniCPM-2B-dpo-fp32-GGUF The chat template is correctly implemented, but the model outputs garbage. I'm doubt that there something other...

> I was able to get the serviceDataUUID and serviceData that contains the advertisement working on a ESP32. https://bitbucket.org/dstacer/workspace/snippets/jBoazB My knowledge of C++ is very little so code may not...

@teleprint-me @hanishkvc I finally made this to work. The code is not super clean, but I pay more attention to the API design as it's what we need to bring...