jaymody / picoGPT

An unnecessarily tiny implementation of GPT-2 in NumPy.
MIT License
3.21k stars 414 forks source link

do I need on windows this line tensorflow-macos==2.11.0 in requirements.txt #23

Open Sandy4321 opened 8 months ago

Sandy4321 commented 8 months ago

can it be run on windows ?

meaning do I need on windows this line tensorflow-macos==2.11.0; sys_platform == 'darwin' and platform_machine == 'arm64'

in https://github.com/jaymody/picoGPT/blob/main/requirements.txt