neurallambda
neurallambda
@pallix check out my previous solution, that's a quick, easy way to add self-loops that doesn't increase any layout/rendering complexity, but still yields a win for people trying to visualize...
I'd love to have a solution to this redirect issue so I can test an OAuth2 workflow. Specifically, I'd love to turn off following for all redirect response codes `301`,...
Just leavin this here for anyone who might benefit, but a better option would still be appreciated: I came up with this hack of a solution. It uses elisp to...
Can confirm, Ubuntu 20 on KVM + virt-manager (within a Debian OS host) using Gazebo 11, on an Intel i7. An empty world stage drains the CPU, even with turning...
I was freezing my input embeddings the same way as you, using deepspeed2 and the resulting weights can't be read back in, maybe related? ```python for param in emb.parameters(): param.requires_grad...
@tjruwase thanks for the fast response! yes I'm using zero stage 2 via pytorch lightning, with a `config.yaml`: ```yaml trainer: accelerator: gpu devices: auto num_nodes: 1 strategy: deepspeed_stage_2 ... ```...
sorry, this got buried and I missed it. I'll see if I still have the original buggy code...
I'm confirming this is still an issue. I've updated `transformers`, re-downloaded Falcon, tried different configs from different community members' suggestions attempting to remove Falcon's broken caching mechanisms, and more. Still...
@kk19990709 falcon is buggy, and is a poor model anymore. Try out Mistral or Zephyr or OpenChat for better quality from a much smaller model. Or Qwen-14B. Also, the maintainers...
I would absolutely **love** this feature! This would open up so much for me, because I have prompts like: ``` prompt = ''' Stuff * * Stuff You said [X],...