Reddit 用户质疑 Hugging Face 中 GPT-OSS 的实现是完整代码还是骨架
英文摘要
A Reddit user reported finding the file modeling_gpt_oss.py in Hugging Face’s Transformers repository and questioned whether it represents the actual full implementation of GPT-OSS or merely a boilerplate skeleton for experimentation. The user also asked if other model implementations in the transformers/models directory are truly complete open-source codebases, and if not, where the full implementations can be publicly found.
中文摘要
一名 Reddit 用户表示在 Hugging Face 的 Transformers 仓库中发现了 modeling_gpt_oss.py 文件,并提问该文件是 GPT-OSS 真正的完整实现还是用于实验的模板骨架。用户还进一步询问,该仓库中其他模型的实现是否是真正的开源完整代码,如果不是,公众能否在其他地方找到完整实现。
关键要点
A Reddit user found a file named modeling_gpt_oss.py in the Hugging Face Transformers GitHub repository.
Reddit 用户在 Hugging Face Transformers GitHub 仓库中发现了一个名为 modeling_gpt_oss.py 的文件。
The user asks whether this file is the complete implementation of GPT-OSS or just a skeleton for experimentation.
用户询问该文件是 GPT-OSS 的完整实现还是仅用于实验的骨架代码。
The discussion extends to whether other models in the repo are genuine open-source implementations and where full code can be found.
讨论延伸至仓库中其他模型是否是真正的开源实现,以及若否,完整代码可在何处公开获取。