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

AttributeError: 'RWConfig' object has no attribute 'num_ln_in_parallel_attn' #2349

Closed
3 of 4 tasks
almersawi opened this issue Aug 1, 2024 · 1 comment · Fixed by #2350
Closed
3 of 4 tasks

AttributeError: 'RWConfig' object has no attribute 'num_ln_in_parallel_attn' #2349

almersawi opened this issue Aug 1, 2024 · 1 comment · Fixed by #2350

Comments

@almersawi
Copy link
Contributor

System Info

image: ghcr.io/huggingface/text-generation-inference:2.2.0-rocm
model: tiiuae/falcon-40b-instruct
GPU: MI250

Information

  • Docker
  • The CLI directly

Tasks

  • An officially supported command
  • My own modifications

Reproduction

  1. run docker run --gpus all --shm-size 1g -e HF_TOKEN=$token -p 8080:80 -v $volume:/data ghcr.io/huggingface/text-generation-inference:2.2.0-rocm --model-id tiiuae/falcon-40-instruct --num-shard 2

Expected behavior

The model should be sharded on 2 GPUs

@drbh
Copy link
Collaborator

drbh commented Aug 7, 2024

should be resolved by #2364

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

Successfully merging a pull request may close this issue.

2 participants