shark8890 发表于 2023-2-15 09:48:11

热门的ChatGPT底层语言是啥?

当下热门的ChatGPT底层语言是用Python开发的吗?

z5560636 发表于 2023-2-15 17:49:45

孩子,语言只是工具,你要走的路还很长。

shark8890 发表于 2023-2-16 09:58:26

z5560636 发表于 2023-2-15 17:49
孩子,语言只是工具,你要走的路还很长。

那任何工具总是编程语言开发的吧

suchocolate 发表于 2023-2-16 10:16:38

https://ai.stackexchange.com/questions/27761/what-language-is-the-gpt-3-engine-written-in
参考

shark8890 发表于 2023-2-16 11:18:59



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]
查看完整版本: 热门的ChatGPT底层语言是啥?