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

Qwen2 tests failing due to invalid model identifier #34818

Open
1 of 4 tasks
jla524 opened this issue Nov 20, 2024 · 1 comment · May be fixed by #34819
Open
1 of 4 tasks

Qwen2 tests failing due to invalid model identifier #34818

jla524 opened this issue Nov 20, 2024 · 1 comment · May be fixed by #34819
Labels
bug Tests Related to tests

Comments

@jla524
Copy link
Contributor

jla524 commented Nov 20, 2024

System Info

  • transformers version: 4.47.0.dev0
  • Platform: Linux-6.5.0-1025-oem-x86_64-with-glibc2.35
  • Python version: 3.10.12
  • Huggingface_hub version: 0.26.2
  • Safetensors version: 0.4.5
  • Accelerate version: 1.1.1
  • Accelerate config: not found
  • PyTorch version (GPU?): 2.5.1+cu124 (True)
  • Tensorflow version (GPU?): not installed (NA)
  • Flax version (CPU?/GPU?/TPU?): not installed (NA)
  • Jax version: not installed
  • JaxLib version: not installed
  • Using distributed or parallel set-up in script?:
  • Using GPU in script?:
  • GPU type: NVIDIA GeForce RTX 3090

Who can help?

@Arthur

Information

  • The official example scripts
  • My own modified scripts

Tasks

  • An officially supported task in the examples folder (such as GLUE/SQuAD, ...)
  • My own task or dataset (give details below)

Reproduction

  1. Install dependencies with pip install -e [.[dev-torch]
  2. Run tests with RUN_SLOW=1 pytest tests/models/qwen2/test_modeling_qwen2.py

Expected behavior

Tests should pass

@jla524 jla524 added the bug label Nov 20, 2024
@jla524
Copy link
Contributor Author

jla524 commented Nov 20, 2024

Here's the error message:

OSError: Qwen/Qwen2-450m-beta is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models'
If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=<your_token>`

@jla524 jla524 linked a pull request Nov 20, 2024 that will close this issue
@MekkCyber MekkCyber added the Tests Related to tests label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Tests Related to tests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants