4

Scikit Learn is Python's go-to open source package for running common AI and machine learning algorithms. Does OpenAI and its product ChatGPT use or rely on Scikit Learn on its back-end at all? If not, what do they use?

user610620
  • 141
  • 3

1 Answers1

7

Based on the limited amount of code in OpenAI's GitHub, one of the primary packages is PyTorch. There is a much smaller amount of scikit-learn code.

Since OpenAI has not released any code for ChatGPT, it is unknown which packages are used in that system.

Brian Spiering
  • 23,131
  • 2
  • 29
  • 113