热门的ChatGPT底层语言是啥?
当下热门的ChatGPT底层语言是用Python开发的吗? 孩子,语言只是工具,你要走的路还很长。z5560636 发表于 2023-2-15 17:49
孩子,语言只是工具,你要走的路还很长。
那任何工具总是编程语言开发的吧 https://ai.stackexchange.com/questions/27761/what-language-is-the-gpt-3-engine-written-in
参考
I know that the API is python based, but what's the gpt-3 engine written in mostly? C? C++? I'm having some trouble finding this info.
The GPT-3 source code hasn’t been released but the creators say it uses the “same model and architecture as GPT-2” (source) with some exceptions.
The GPT-2 source code is written in 100% Python. The model is based on Tensorflow and NumPy which are written using C and C++. My best guess is that GPT-3 is also written in Python using libraries based on C.
页:
[1]