Ollama install on Windows missing symlink permissions Nov 15, 2023

Setting up Ollama on Windows 11 this morning. Installer finished, but every ollama run threw:

...
langchain.chains.ConversationalRetrievalChain() fails with FAISS store Sep 15, 2023

langchain.chains.ConversationalRetrievalChain() fails with FAISS store

Tried to wire ConversationalRetrievalChain with a FAISS vector store. The constructor crashed.

...
Gradio app stalls on LLaMA 2 inference with 8‑bit quant Jul 15, 2023

Gradio app stalls on LLaMA 2 inference with 8‑bit quant

Spun up a quick Gradio demo around LLaMA‑2‑7B‑chat‑hf using 8‑bit quantisation. Prompt box froze after I hit “Submit”; no tokens returned.

...
AutoGPT stuck repeating the same task loop May 15, 2023

AutoGPT stuck repeating the same task loop

Last night I let AutoGPT try a simple research job. It found the first website, wrote a plan, then looped on the same “visit site” action forever.

...
Hugging Face Transformers crawling on WSL2 with CUDA Mar 15, 2023

Hugging Face Transformers crawling on WSL2 with CUDA

Ran a simple AutoModelForCausalLM generate on a T4 but got one token every five seconds.

...
langchain load_tools() throws KeyError for requests Jan 10, 2023

langchain load_tools() throws KeyError for ‘requests’

Yesterday I was wiring up a quick agent and called:

...
OpenAI API returns 429 despite backoff Dec 15, 2022

OpenAI API returns 429 despite backoff

Yesterday I was trying to run a batch job through the completions endpoint using text-davinci-003.

...
Ubuntu on Windows Subsystem for Linux (WSL 2) can't open /var/run/atd.pid to signal atd. No atd running? Jun 20, 2021

When trying to add a scheduled script using at on Ubuntu in Windows Subsystem for Linux (WSL 2) using the following command:

...
VS Code Interactive Notebook '*-*' is not a valid version string Jun 20, 2021

When installing a NuGet Package in a VS Code Interactive Notebook with a C# (.NET Interactive) code block using the follwing command I copied from this Microsoft tutorial:

...
Cloudflare Pages /opt/build/bin/build: line 39: zola: command not found Mar 31, 2021

While deploying a test Zola site to Cloudflare Pages I recieved the following error in the build logs:

...