"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "d07db28f52b4faf6769d6b7b454c950ec02dc641"
Unverified Commit 89eec5cf authored by Joao Gante's avatar Joao Gante Committed by GitHub
Browse files

Bug report update (#31983)

parent 999981da
name: "\U0001F41B Bug Report" name: "\U0001F41B Bug Report"
description: Submit a bug report to help us improve transformers description: Submit a bug report to help us improve transformers. Be sure to check our [bug report guidelines](https://github.com/huggingface/transformers/blob/main/CONTRIBUTING.md#did-you-find-a-bug) before submitting
body: body:
- type: textarea - type: textarea
id: system-info id: system-info
...@@ -25,7 +25,7 @@ body: ...@@ -25,7 +25,7 @@ body:
Models: Models:
- text models: @ArthurZucker - text models: @ArthurZucker
- vision models: @amyeroberts - vision models: @amyeroberts
- speech models: @sanchit-gandhi - speech models: @sanchit-gandhi
- graph models: @clefourrier - graph models: @clefourrier
...@@ -38,9 +38,9 @@ body: ...@@ -38,9 +38,9 @@ body:
- tensorflow: @gante and @Rocketknight1 - tensorflow: @gante and @Rocketknight1
- tokenizers: @ArthurZucker - tokenizers: @ArthurZucker
- trainer: @muellerzr @SunMarc - trainer: @muellerzr @SunMarc
Integrations: Integrations:
- deepspeed: HF Trainer/Accelerate: @muellerzr - deepspeed: HF Trainer/Accelerate: @muellerzr
- ray/raytune: @richardliaw, @amogkam - ray/raytune: @richardliaw, @amogkam
- Big Model Inference: @SunMarc - Big Model Inference: @SunMarc
......
...@@ -58,9 +58,9 @@ Integrations: ...@@ -58,9 +58,9 @@ Integrations:
- deepspeed: HF Trainer/Accelerate: @muellerzr - deepspeed: HF Trainer/Accelerate: @muellerzr
- ray/raytune: @richardliaw, @amogkam - ray/raytune: @richardliaw, @amogkam
- Big Model Inference: @SunMarc - Big Model Inference: @SunMarc
- quantization (bitsandbytes, autogpt): @SunMarc - quantization (bitsandbytes, autogpt): @SunMarc
Documentation: @stevhliu and @MKhalusova Documentation: @stevhliu
HF projects: HF projects:
......
...@@ -61,7 +61,10 @@ feedback. ...@@ -61,7 +61,10 @@ feedback.
The 🤗 Transformers library is robust and reliable thanks to users who report the problems they encounter. The 🤗 Transformers library is robust and reliable thanks to users who report the problems they encounter.
Before you report an issue, we would really appreciate it if you could **make sure the bug was not Before you report an issue, we would really appreciate it if you could **make sure the bug was not
already reported** (use the search bar on GitHub under Issues). Your issue should also be related to bugs in the library itself, and not your code. If you're unsure whether the bug is in your code or the library, please ask in the [forum](https://discuss.huggingface.co/) first. This helps us respond quicker to fixing issues related to the library versus general questions. already reported** (use the search bar on GitHub under Issues). Your issue should also be related to bugs in the library itself, and not your code. If you're unsure whether the bug is in your code or the library, please ask in the [forum](https://discuss.huggingface.co/) or on our [discord](https://discord.com/invite/hugging-face-879548962464493619) first. This helps us respond quicker to fixing issues related to the library versus general questions.
> [!TIP]
> We have a [docs bot](https://huggingface.co/spaces/huggingchat/hf-docs-chat), and we highly encourage you to ask all your questions there. There is always a chance your bug can be fixed with a simple flag 👾🔫
Once you've confirmed the bug hasn't already been reported, please include the following information in your issue so we can quickly resolve it: Once you've confirmed the bug hasn't already been reported, please include the following information in your issue so we can quickly resolve it:
...@@ -160,7 +163,7 @@ You'll need **[Python 3.8](https://github.com/huggingface/transformers/blob/main ...@@ -160,7 +163,7 @@ You'll need **[Python 3.8](https://github.com/huggingface/transformers/blob/main
If 🤗 Transformers was already installed in the virtual environment, remove If 🤗 Transformers was already installed in the virtual environment, remove
it with `pip uninstall transformers` before reinstalling it in editable it with `pip uninstall transformers` before reinstalling it in editable
mode with the `-e` flag. mode with the `-e` flag.
Depending on your OS, and since the number of optional dependencies of Transformers is growing, you might get a Depending on your OS, and since the number of optional dependencies of Transformers is growing, you might get a
failure with this command. If that's the case make sure to install the Deep Learning framework you are working with failure with this command. If that's the case make sure to install the Deep Learning framework you are working with
(PyTorch, TensorFlow and/or Flax) then do: (PyTorch, TensorFlow and/or Flax) then do:
...@@ -219,7 +222,7 @@ You'll need **[Python 3.8](https://github.com/huggingface/transformers/blob/main ...@@ -219,7 +222,7 @@ You'll need **[Python 3.8](https://github.com/huggingface/transformers/blob/main
If you're modifying documents under the `docs/source` directory, make sure the documentation can still be built. This check will also run in the CI when you open a pull request. To run a local check If you're modifying documents under the `docs/source` directory, make sure the documentation can still be built. This check will also run in the CI when you open a pull request. To run a local check
make sure you install the documentation builder: make sure you install the documentation builder:
```bash ```bash
pip install ".[docs]" pip install ".[docs]"
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment