Tim Eastwood
Tim Eastwood
Would you be willing to implement taking an image as a prop? That way, the same component can be used to display an image based avatar, when the user has...
Per title; if possible the functionality to trigger a wyze cam to take a photo would be immensely useful. Saving a snap to SD card is something they can do...
TLDR: When offloading all layers to GPU, RAM usage is the same as if no layers were offloaded. In situations where VRAM is sufficient to load the model but RAM...
I'm using Tailwind-css on react, and can replicate with this code: ```typescript import React from "react"; import ScrollContainer from "react-indiana-drag-scroll"; const Component = (args: any) => { return ( Stuff...
When I drop chipicopwn.uf2 onto my Pico, nothing happens - it doesn't flash and reboot. Works fine with my own uf2s or any other uf2 I've tested with to confirm....
hi, how does one change the font?
``` (faceit) PS D:\AI\faceit_live3> python faceit_live.py --webcam_id 0 --gpu_id 0 --system win CUDA is available: True Device Name: NVIDIA GeForce RTX 4080 Device Count: 1 CUDA: 11.8 cuDNN 8700 Device...
I'm on Windows 10, using conda, and following instructions from here https://github.com/oobabooga/text-generation-webui/wiki/LLaMA-model Running `python setup_cuda.py install` from the `cuda` branch give this error `TypeError: expected string or bytes-like object` I've...