[CI] post-GptOss fixes for green CI (#39929)

This commit is contained in:
Joao Gante
2025-08-05 19:04:59 +01:00
committed by Lysandre
parent 06f8004e5c
commit daab2db33f
10 changed files with 21 additions and 16 deletions

View File

@@ -511,6 +511,8 @@
title: GPT2
- local: model_doc/gpt_bigcode
title: GPTBigCode
- local: model_doc/gpt_oss
title: GptOss
- local: model_doc/gptsan-japanese
title: GPTSAN Japanese
- local: model_doc/gpt-sw3
@@ -617,8 +619,6 @@
title: OLMoE
- local: model_doc/open-llama
title: Open-Llama
- local: model_doc/openai_moe
title: OpenAIMoe
- local: model_doc/opt
title: OPT
- local: model_doc/pegasus

View File

@@ -65,6 +65,10 @@ Learn how to quantize models in the [Quantization](../quantization) guide.
[[autodoc]] HqqConfig
## Mxfp4Config
[[autodoc]] Mxfp4Config
## FbgemmFp8Config
[[autodoc]] FbgemmFp8Config

View File

@@ -24,11 +24,11 @@ rendered properly in your Markdown viewer.
</div>
</div>
# OpenAIMoE
# GptOss
## Overview
The OpenAIMoE model was proposed in [<INSERT PAPER NAME HERE>](<INSERT PAPER LINK HERE>) by <INSERT AUTHORS HERE>.
The GptOss model was proposed in [<INSERT PAPER NAME HERE>](<INSERT PAPER LINK HERE>) by <INSERT AUTHORS HERE>.
<INSERT SHORT SUMMARY HERE>
The abstract from the paper is the following:
@@ -43,16 +43,16 @@ This model was contributed by [INSERT YOUR HF USERNAME HERE](https://huggingface
The original code can be found [here](<INSERT LINK TO GITHUB REPO HERE>).
## OpenAIMoeConfig
## GptOssConfig
[[autodoc]] OpenAIMoeConfig
[[autodoc]] GptOssConfig
## OpenAIMoeModel
## GptOssModel
[[autodoc]] OpenAIMoeModel
[[autodoc]] GptOssModel
- forward
## OpenAIMoeForCausalLM
## GptOssForCausalLM
[[autodoc]] OpenAIMoeForCausalLM
[[autodoc]] GptOssForCausalLM
- forward