3

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
  • 131
  • 3

1 Answers1

6

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
  • 20,142
  • 2
  • 25
  • 102