appvoid

Results 11 comments of appvoid

**Probably, what you want is this:** If you are using Windows on CPU: `pip3 install torch torchvision torchaudio --user` If you are using Windows on GPU: `pip3 install torch torchvision...

@Malte0621 Just wanna say, thanks dude! I've forked so people don't get lost: [windows ggml](https://github.com/appvoid/windows-ggml.git)

You didn't get me. I'm looking for a way to automate stuff which I can't just do with that feature. For example, let's say you use a prompt to automate...

I don't have access to gpt-4 but if there is someone who have access to the 32k version (or maybe 8k) and try to make the model infer the common...

It would be my world if this is achieved since it seems to be simple with cerebras models. I'm not so good at the core of this library but the...

I'm pretty bad at these things (I'm just a python guy) but here's a high level overview if anyone wants to try: - This involves reshaping the images into a...

Closing this as it seems like there is not any interest in it in general. It appears to be just an image completion tool and since projects like [this](https://pixlab.io/tiny-dream) already...

For x64 appimages [this project is](https://github.com/appvoid/synth) what you are looking for

> run main.exe with a q4_0 quantized model. > > for q4_0, it complains assert in ggml.c > > in function static void ggml_compute_forward_soft_max_f32( > > line 9342: assert(sum >...