Frieda Huang
Frieda Huang
Hi there! I keep getting the following errors when trying out any of the Skyvern Templates. Despite my OpenAI API usage being at 0%, I’m encountering a RateLimitError which subsequently...
I'm following the `train_a_new_model_on_a_new_dataset_from_scratch.ipynb` and used `python3.11 -m venv venv && source venv/bin/activate` for virtual env. I noticed that the `corenet` doesn't have `internal`. The correct path would instead be...
Hi! After I ran `python3 /Users/friedahuang/Documents/eon/llama-agentic-system/examples/scripts/hello.py localhost 5001 --disable_safety`, I encountered the following error. Any ideas? For context, I'm using Apple M2 Pro ``` User> Hello StepType.inference> Traceback (most recent...
I'm using `remote::ollama` and `Meta-Llama3.1-8B-Instruct`. `llama stack build my-local-stack` and `llama stack configure my-local stack` ran without problem, but encountered pydantic error upon running `llama stack run my-local-stack`. Any ideas?...
This commit fixes #183
Running `PYTHONPATH=. mesop app/main.py` results in the following error regarding 'token_type_ids'. It seems to be related to the transformers package as shown [here](https://github.com/huggingface/transformers/issues/24514), but after I updating to the latest...
I ran `python3 -m examples.agents.hello localhost 11434` and got the following error ### Error ``` INFO: ::1:63769 - "POST /agents/create HTTP/1.1" 200 OK INFO: ::1:63769 - "POST /agents/session/create HTTP/1.1" 200...