Kastan Day
Kastan Day
Update: these errors eventually settle down after basically every user applicaion on my system has errored once. Hard to parse errors like: ``` tempted to leave type `linked_hash_map::NodemDNninitdalized, which is...
When exiting a directory containing `.autoenv-leave.zsh` I often use `..` instead of `cd ..` and this does not trigger `.autoenv-leave.zsh` **on first use.** Would be a handy improvement! Thanks for...
Absolutely love the idea here and I'd be grateful for any help debugging this install. Thanks, Kastan ``` ==> Pouring go--1.18.1.arm64_monterey.bottle.tar.gz 🍺 /opt/homebrew/Cellar/go/1.18.1: 11,964 files, 595.3MB ==> Installing wvanlint/twf/twf --HEAD...
Update: I think this is caused by running a VM on Unraid. The Ubuntu kernel being used is not quite normal. When attempting the OPT examples, via either Docker or...
Requesting a new feature (I can't seem to add a label myself). ## Description Do you currently support Huggingface Transformers? In particular, I'd like to debug T5. I tried an...
**Describe the bug** Sandboxes failing to reconnect via python client. **To Reproduce** ```python from e2b import Sandbox boxes = Sandbox.list() print([f"{b.sandbox_id}-{b.client_id}" for b in boxes]) for b in boxes: id...
As mentioned in #179, users need multiple models. On a multi-GPU on-prem machine, I want to write a config file that's like: ```bash CUDA_VISIBLE_DEVICES=0 MODEL=meta-llama/Llama-2-7b-chat-hf CUDA_VISIBLE_DEVICES=1,2,3 MODEL=meta-llama/Llama-2-13b-chat-hf ``` Then users...