Nick Lothian
Nick Lothian
``` ma = pd.Series(trend).rolling(ma).mean().values x = [] for a in range(ma.shape[0]): for b in range(a, ma.shape[0], skip_loop): for c in range(b, ma.shape[0], skip_loop): for d in range(c, ma.shape[0], skip_loop): if...
We are using the PyTorch deeplabv3_resnet101 model on AWS (on pytorch 1.1), and it suddenly stopped working. It appears that a recent upgrade to torchvision/inception (!) broke this model: ```...
Steps to reproduce 1. Visit https://viz.mediapipe.dev/demo/iris_depth (Google Chrome on MacOS) 2. Press the run button 3. UI displays "Waiting..." and nothing happens 4. Inspect, console shows: ``` app_bundle.js:9597 Error: attribute...
### Contact Details _No response_ ### What happened? I'm trying llamafile on a ARM based [AWS Graviton4](https://aws.amazon.com/ec2/instance-types/r8g/), specifically a r8x.12large instance (48vCPU, 384GiB RAM). Using [Ollama llama3.1:70b](https://ollama.com/library/llama3.1:70b) I'm seeing much...