codellama icon indicating copy to clipboard operation
codellama copied to clipboard

Inference code for CodeLlama models

Results 109 codellama issues
Sort by recently updated
recently updated
newest added

On running samples I am getting this error. I want to generate code context/documentation in simple language when provided a code in java. For that is codellama better or llama?...

Created scripts and updated readme for corrected pre-requisite packages.

cla signed

Hi there I follow all the instructions to setup the codellama repo on my windows pc. To avoid any issue, I try and run it with my WSL, and therefore...

hi, in the paper, Codellama's setting of mbpp dataset is 3-shot, i want to know the 3-shot means 3 examples or 3 test cases? thank you for your help !!

Is there going to be an updated version of Codellama based on Meta's new [LLaMa 3 ](https://github.com/meta-llama/)?

(I posted a very similar question in the ollama repo. This question is how or if this can be achieved with the inference engine code that comes with code llama)....

I don't know if this is the right place to report this. Tried to use codellama for the purpose of analyzing code used for metric collection similar to how major...

Updated: * Dev dependencies * Python 3.9 to 3.12 Changes: * Deduplicate dev dependencies in CI * Cache venv in all CI jobs * Improve setup.py and CI * Let...

cla signed

My operating system is Ubuntu Linux 22.04 $ cat /etc/os-release PRETTY_NAME="Ubuntu 22.04.4 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04.4 LTS (Jammy Jellyfish)" VERSION_CODENAME=jammy ID=ubuntu ID_LIKE=debian HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" UBUNTU_CODENAME=jammy In order to...