Peter Chervenski

Results 11 issues of Peter Chervenski

I don't want CIFAR, Taskonomy or anything, I have my own data, but I can't get it to work. I couldn't replace CIFAR10 and I don't know the data format...

I'm running the demo notebook unmodified on Ubuntu 20.04 machine with one GPU, everything is pip installed properly, but I keep getting this error below no matter what I do....

Streaming is supported by llama-cpp-python and works in Jupyter notebooks outside langchain code, but I can't get it to work with langchain. I didn't see any code for streaming in...

I keep getting this error, nothing builds: 6>C:\Users\spook\Dropbox\Desktop\ggml\examples\gpt-j\main.cpp(15,10): fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory 5>C:\Users\spook\Dropbox\Desktop\ggml\examples\stablelm\main.cpp(15,10): fatal error C1083: Cannot open include file: 'unistd.h':...

I installed the diffusers package as specified on the HF page, and I use this code for simple inference: ```python import os import sys import torch from diffusers import StableCascadeDecoderPipeline,...

I couldn't install any OpenCV on QPython3. No package named opencv-aipy3 exists. Why is that?

I keep getting this list index out of range error for the example code: ========== IndexError Traceback (most recent call last) [](https://localhost:8080/#) in () 6 ae_best_valids, ae_best_tests = run_evolution_search(max_trained_models=length) 7...

After getting a score of 0 every time, I looked at the samples.jsonl_results.jsonl file and the result for each is this: "failed: module 'signal' has no attribute 'setitimer'" This seems...

When this runs with Jupyter as the engine I get this: ![Image](https://github.com/user-attachments/assets/d8ceb23d-56ef-491c-a989-749262a20a31) But the chart displays normally with pyodide.

If a computation takes 10 seconds or longer with Jupyter (I didn't test pyodide but maybe the problem is present there as well) it fails: ![Image](https://github.com/user-attachments/assets/44dd3875-25ec-45fd-b6d2-c4be5d5d0167) This makes it hard...