llama-chat icon indicating copy to clipboard operation
llama-chat copied to clipboard

Chat with Meta's LLaMA models at home made easy

Results 20 llama-chat issues
Sort by recently updated
recently updated
newest added

**As the model was trained on a "scientific-looks" data and wiki, we need to be "more scientific" when prompting.** Model: 30B, prompt: ``` Write the Python code with detailed comments...

Hi, I am ordering some RAM to work with LLAMA when I take a break in a few weeks. The README for this repo says "64 or better 128 Gb...

Hi randaller, I tried to use cuda tensor type by uncommenting this line "torch.set_default_tensor_type(torch.cuda.HalfTensor)" in example. But got error like this: RuntimeError: Expected all tensors to be on the same...

I have a question but first thank you for sharing this amazing project its great for starters. I have been using the chat bot but when I run the code...

Here is a sample: User: which medicines can be used to treat hypertension? AI: There are several medicines that can be used to treat hypertension. Some of the most common...

I have checked the training [hf-training-example.py](https://github.com/randaller/llama-chat/blob/main/hf-training-example.py) by default it trains the model using the cpu. Since I have two GPUs. If I enable the GPU in the above code. I...

Dear llama-chat developer, Greetings! I am vansinhu, a community developer and volunteer at InternLM. Your work has been immensely beneficial to me, and I believe it can be effectively utilized...

how can I edit the last layer of this model?