linuxlurak

Results 20 comments of linuxlurak
trafficstars

Hah, I just converted and imported your library into diptrace, designed something and tested gpio18 - nothing happend :) As @far5893 and @positron96 remarked there is no gpio18 but gpi16....

I dumped the data from the home assistant database: Go to sqlite cli: `sqlite3 /home/pi/.homeassistant/home-assistant_v2.db` then enter: ``` .mode csv .headers on .out pm10 select * FROM states WHERE entity_id="sensor.pm10";...

Hab bei https://dirtypcbs.com gekauft; 10 Stk. Liefern - wenn ich's richtig seh' - von NL aus.

I run protonbridge with impafilter using this config: ... set folder = "imap://127.0.0.1:1143" set ssl_starttls = yes set ssl_force_tls = no set smtp_authenticators = "login" set ssl_verify_dates = no set...

Hi there, I guess i'm in the same boat as @Tom-Neverwinter or @moda20 before... This is the output in my case: `Error transcribing file: Expected one of cpu, cuda, ipu,...

Thanks! I'm not sure where to select the device... In the gradio webui there is only cpu to select in Diarization section. I'm runnig your project in a proxmox container,...

And to add: transcription works flawlessly. Only diarization doesn't.

Hi @jhj0517 Thanks, I checked out your fix. It works! FYI: I had to install pytubefix python module in whisper-ui's venv after updating with update.sh.

Another question but kind of off topic: could you lead me to the part of the code in app.py, where I can set the number of threads or cups? By...