Guy Sheffer

Results 785 comments of Guy Sheffer

I had to rename ``models/facebook_opt-1.3b/pytorch_model.bin`` to ``models/facebook_opt-1.3b/pytorch_model.bin.pt`` Update: the model loads but generates garbage Update2: the models dont seem to work. only ones with .safetensors format eg : https://huggingface.co/TheBloke/wizard-vicuna-13B-GGML/tree/main

Indeed, and the rust shipped in debian bullseye is too old. so for now Fixed with this commit: https://github.com/guysoft/CustomPiOS/commit/d8c63803c17a3bcab6eb61c14280c5a9a4c16711 If you have any better idea would love to hear

So it would be in the config file: ```bash BASE_IMAGE_RASPBIAN=${BASE_RELEASE_COMPRESS:=yes} ``` ? I want to assign default values there because its also where people go to look what they can...

Using rpi-config? How is the website accessing the camera? Please be more specific - how is this different than using raspbian?

[According to this](https://stackoverflow.com/questions/17069979/how-can-i-make-chrome-allow-access-to-a-webcam-over-http-not-https) you can override it with: ``` mkdir -p /etc/opt/chrome/policies/managed touch /etc/opt/chrome/policies/managed/test_policy.json ``` In ``test_policy.json``: ``` { "VideoCaptureAllowedUrls": ["http://www.example.com/", "http://[*.]example.edu/"] } ```

You could build an armbian variant (which is supported in CustomPiOS) and run it on all the devices supported here: https://www.armbian.com/ If there is some kind of debain x64 base...

Related or duplicate: https://github.com/guysoft/FullPageOS/issues/436

@kevireilly non-raspberrypi or PC? BEcause there is a difference. Armbian could be built and adapted, but running on PC x86 would require major changes to the build system

That depends, Single Board computers are commonly arm64 and cheaper,. also you save on power. But if you are looking in to re-using old laptops then they might be more...

@kevireilly They support intelx86 only and not Raspberrypi and other arm devices. The fact they mention in likely means they have an open issue on their systems to support Raspberrypi/ARM....