codellama icon indicating copy to clipboard operation
codellama copied to clipboard

Inference code for CodeLlama models

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

Enter the list of models to download without spaces (7B,13B,70B,7B-chat,13B-chat,70B-chat), or press Enter for all: 7B download.sh: 14: [[: not found Downloading LICENSE and Acceptable Usage Policy download.sh: 19: Bad...

Related to facebookresearch/llama@4649acd

cla signed

https://download.llamameta.net/

Currently the readme is pointing newcomers to generation.py, where they have to deduce the correct prompt structure for the instruction model from this code: ``` B_INST, E_INST = "[INST]", "[/INST]"...

Hi, is the self-instruct dataset mentioned in the paper, which is used to train the code llama - instruct, publicly available? I am interested in the dataset size(in token) of...

Hi, I've tried to run the examples, but I received this error. ``` (CodeLlama) PS C:\Users\marce\OneDrive\mah-docs\CodeLlama\codellama> python -m torch.distributed.run --nproc_per_node 1 example_infilling.py --ckpt_dir CodeLlama-7b-Python --tokenizer_path ./CodeLlama-7b-Python/tokenizer.model NOTE: Redirects are currently...

compability

Hello, I've noticed that for some learners who are just getting started with the Codellama model, running a Codellama model using your code directly can be a bit challenging. To...

enhancement

How to use this model? Is it same as hf version? From README, I know I must use torchrun to run example, is it possible to run by python? how...

question
download-install

Hi, I'm new to Code Llama, and I'm facing a problem after having cloned the repository and after having downloaded a model. I've followed the steps described in the documentation...

I am using Ubuntu 22.04 LTS. I followed the instructions in the readme.md to run download.sh and selected all the models. The installation went smoothly at the beginning until it...

download-install