Csaba Huszar

Results 3 issues of Csaba Huszar

### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) This PR adds MAUI and .net6 compatibility. ### :arrow_heading_down: What is the current behavior? Currently...

I've tried to build aimet in colab based on this: https://github.com/quic/aimet/blob/develop/packaging/google_colab/google_colab_development.md but as colab already on ubuntu 20.04, it doesn't work. Could you please update it?

bug
installation

Following this guide: https://github.com/quic/aimet/blob/develop/packaging/google_colab/Install_AIMET_GoogleColab_torch_gpu.ipynb requires python 3.7, but colab runs on python 3.11 so it won't find these packages: https://github.com/quic/aimet/blob/develop/packaging/google_colab/reqs_pip_torch_gpu.txt if you install python 3.7 you'll run into another issue...