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

Things started failing after new commit into main #661

Open
2 of 4 tasks
gane5hvarma opened this issue Oct 30, 2024 · 2 comments
Open
2 of 4 tasks

Things started failing after new commit into main #661

gane5hvarma opened this issue Oct 30, 2024 · 2 comments

Comments

@gane5hvarma
Copy link

gane5hvarma commented Oct 30, 2024

System Info

amazon linux 2
Running it in l40s

Information

  • Docker
  • The CLI directly

Tasks

  • An officially supported command
  • My own modifications

Reproduction

model=meta-llama/Meta-Llama-3.1-8B-Instruct
volume=$PWD/data
docker run -d --gpus all --env-file .env --shm-size 1g -p 8080:80 -v $volume:/data ghcr.io/predibase/lorax:main --model-id $model
See this error after model gets downloaded

'FlashLlamaAttention' object has no attribute 'fp8_kv'

Expected behavior

webserver should spin. It worked with older version. There seems to be problem after the new commit went into main

@arnavgarg1
Copy link
Contributor

cc: @ajtejankar

@ajtejankar
Copy link
Contributor

Should be fixed with #662

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

3 participants