Akarshan Biswas

Results 37 comments of Akarshan Biswas

@mthomos I am providing chromium-ozone binaries for Fedora in [copr](https://copr.fedorainfracloud.org/coprs/akarshanbiswas/chromium-ozone/). These come with vaapi disabled. For intel vaapi driver there is still need for someone to add support for DRI3....

I am having the same problem with pyQt5 and poetry. If the "source" isn't provided in the manifest for the nested dependencies (pyqt5 needs sip for example), the build will...

I don't know whether it is relevant here but the llama.cpp's server endpoint '/embedding' doesn't seem to work at all. ./embedding works though. The response I get is a 4096...

As much as I would love to see CUDA on Intel Arc as an Arc owner myself, have you read the FAQ in readme? >What's the future of the project?...

I can see that :) ![image](https://github.com/vosen/ZLUDA/assets/17230826/d66f586d-ccb7-47d4-a2a2-6ef6cb58cee7)

I am going to package it for centos fedora. However let me point out that makefile.am has significant errors which I had to fix before packaging.

@mirashif ওটা QT toolkit দিয়ে বানানো। ibus-avro ভালই কাজ করছে এখানে। খালি একটু tweak করা দরকার।

@gunnarhj I have added few entries in autocorrect.js, everything running perfectly fine. There is absolute no errors as far as my testings are concerned. I have removed installdeb in MakeFile.am...

> maybe file a PR and propose a installrpm part We use %make _install macro which translates to `/usr/bin/make install DESTDIR=/home/$USER/rpmbuild/BUILDROOT/%{NAME}-%{VERSION}-%{RELEASE}.x86_64 INSTALL="/usr/bin/install -p"` I think we should keep a common...