pyllama icon indicating copy to clipboard operation
pyllama copied to clipboard

LLaMA: Open and Efficient Foundation Language Models

Results 69 pyllama issues
Sort by recently updated
recently updated
newest added

How to run llama_quant without downloading model files from hugginface ? I tried ckpt_dir no luck I got the following error: "the following argument are required: dataset"

enhancement
good first issue

RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory ERROR:torch.distributed.elastic.multiprocessing.api:failed (exitcode: 1) local_rank: 0 (pid: 261346) of binary: /usr/bin/python3

I try to make the 7B model on my single GPU server, and I have error: ``` Traceback (most recent call last): File "inference.py", line 82, in run( File "inference.py",...

`hiq-python` depends on `py-itree`, but `py-itree` does not appear to have a windows compatible release.

CUDA_VISIBLE_DEVICES=0,1 torchrun --nproc_per_node 2 webapp.py --ckpt_dir ../../../llama/ckpt/13B/ --tokenizer_path ../../../llama/ckpt/tokenizer.model `WARNING:torch.distributed.run: ***************************************** Setting OMP_NUM_THREADS environment variable for each process to be 1 in default, to avoid your system being overloaded, please...

I have 8 80G A100 GPUs. I can't run correctly for the project, while I can run official example.py. ``` torchrun --nproc_per_node 8 webapp.py --ckpt_dir /nvme/syx/llama/model/65B/65B/ --tokenizer_path /nvme/syx/ll ama/model/tokenizer.model ```...

Hi, Here is the errors when i try download from my mac M1: ``` python3 -m llama.download Traceback (most recent call last): File "/Users/paulo/Library/Python/3.9/lib/python/site-packages/itree/__init__.py", line 5, in from . import...

I can run original `llama` (with minimal changes) and `llama.cpp` on my Macbook M1 Max. I think it would be great if I could use `pyllama` with the same hardware...

Hi, I love your code base and want to try how to train the LLaMA with a single GPU. This code I use is here https://github.com/juncongmoo/pyllama/blob/main/llama/model_single.py. However, I struggle with...

Hello. I started 8x A100 80G instance in Google Cloud and can't start 65B model: ``` root@llama:/pyllama/apps/flask# python3 web_server.py --ckpt_dir /var/llama/65B --tokenizer_path /var/llama/tokenizer.model Traceback (most recent call last): File "/pyllama/apps/flask/web_server.py",...