Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repeated Sequence Output with llama3.cuda #7

Open
dewijones92 opened this issue Oct 3, 2024 · 0 comments
Open

Repeated Sequence Output with llama3.cuda #7

dewijones92 opened this issue Oct 3, 2024 · 0 comments

Comments

@dewijones92
Copy link

Repeated Sequence Output with llama3.cuda

I'm encountering an issue with the llama3.cuda repository where I'm getting a repeating sequence in the output.

Steps to Reproduce:

  1. Cloned the repository and built it using make.
  2. Ran the following command:
./runcuda "i have a dream"

Actual Output:

i have a dream dream dream dream dream dream dream dream dream dream dream dream dream dream dream dream dream dream dream dream dream dream dream dream dream dream dream dream dream dream dream dream dream dream dream dream dream dream dream dream dream dream dream dream dream dream
Token count: 50, elapsed: 0.047000s, 1021 tokens/s

Expected Output (from README):

$ ./runcuda "I have a dream"
"""
I have a dream. He dreams of a big, beautiful garden full of flowers and trees. He dreams of playing with his friends and eating yummy snacks.
One day, he was walking in the garden when he saw
Token count: 50, elapsed: 0.017000s, 2823 tokens/s
"""

Commit Information:

commit a05278f03b0aa9ae61baeea23c33067230463ca9 (HEAD -> master, origin/master, origin/HEAD)
Author: Sang Park <[email protected]>
Date:   Tue Jun 4 02:20:05 2024 +0000

    Refactor conditional statements in llama3.cu

    The if/else chain in the llama3.cu file has been refactored to a switch statement. This change makes the code easier to read and understand.

GPU Information:

  • GPU Name: NVIDIA RTX 2000 Ada Generation
  • Driver Version: 552.74
  • CUDA Version: 12.4
  • Power Usage: 16W
  • Total Memory: 8188MiB

Any help in resolving this issue would be greatly appreciated. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant