neo

Results 12 issues of neo

I am exploring the possibility of using codellama to generate embeddings for code tokens and would like to know if this is feasible with the current implementation. #### Questions: 1....

There is no information about prereqs of what GPU and memory that is requited for running the models during inference. Please help.

question

Does jedi support wild card import and unto what extent? I've been using this library to analyze a Python project and extract symbol definitions and references. But I've encountered an...

Add support to use the Claude 3 models.

OpenDevin is an agent and I am super worried whether it is safe to run OpenDevin or not. For example, it can steal sensitive information, password etc. How do you...

enhancement

how to setup OpenDevin with Claude 2 or Claude 3?

enhancement

How to run OpenDevin with the SWE-Bench evaluation? I don't understand how to capture the patch? Also how to test the patch against the benchmark test suite? Can we have...

question
severity:low

I am exploring the possibility of using StarCoder to generate embeddings for code tokens and would like to know if this is feasible with the current implementation. ### Questions: 1....

I installed all the dependencies by following the instructions from the repo. Following that, I am running the following code: ``` import torch from transformers import AutoModelForCausalLM, AutoTokenizer checkpoint =...

I'm attempting to run the Starcoder model on a Mac M2 with 32GB of memory using the Transformers library in a CPU environment. Despite setting load_in_8bit=True, I'm encountering an error...