Konstantinos Mouratidis

Results 13 comments of Konstantinos Mouratidis

Why not just make a dummy server to accept rpc calls? Here's a quick Python example: `app.py` ``` import flask import subprocess app = flask.Flask("my_server") @app.route("/kodi/restart") def restart_kodi(): subprocess.run(["/bin/bash", "restart_kodi.sh"])...

This seems the appropriate place to ask this, since I cannot open an issue in your fork. When the dash app is connected with another app (flask or dash) via...

I had this issue too ([link](https://github.com/bit-team/backintime/issues/1240#issuecomment-1079951848)). For me it seems to have been an issue with root's cron jobs. I fixed mine by exporting another variable in `/usr/bin/backintime-qt`, like this:...

Experienced this on 4.0.3 and can confirm it's also not an issue for me if I use a different monitor. This also looks similar to my other issue: https://github.com/godotengine/godot/issues/76551

Mistral is also gated. ![image](https://github.com/sgl-project/sglang/assets/26832680/3ad795ab-b893-4d86-89ac-0df4db7e2b07)

This is borderline spam, but I have to ask: Did you find how to do this?

I used the docker container in Windows WSL and query it from the host like this: ``` import requests resp = requests.get( "http://localhost:5500/api/tts", params={ "voice": "coqui-tts:en_vctk", "text": "I started having...

I also cannot use Mixtral with GPTQ and AWQ. The errors I typically get are (respectively): ``` RuntimeError: probability tensor contains either `inf`, `nan` or element < 0 ``` and...

> @KMouratidis can you write a full list of commands how did you pull the weights of the mixtral model and passed them to sglang? I didn't, the server automatically...

Any one of the 3 I mentioned in my first comment.