Update requirements.txt

pull/20/head
Ali Kamal 2023-02-23 22:51:04 +05:00 zatwierdzone przez GitHub
rodzic d5eab8e461
commit 997655f745
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -6,5 +6,5 @@ fire==0.5.0 # easy CLI creation
# used to load the gpt-2 weights from the open-ai tf checkpoint
# M1 Macbooks require tensorflow-macos
tensorflow==2.11.0; sys_platform != 'darwin' or platform_machine != 'arm64'
tensorflow-macos==2.11.0; sys_platform == 'darwin' and platform_machine == 'arm64'
#tensorflow==2.11.0; sys_platform != 'darwin' or platform_machine != 'arm64'
#tensorflow-macos==2.11.0; sys_platform == 'darwin' and platform_machine == 'arm64'