Open rawoke083 opened 7 years ago
Easiest is to create Google Compute Storage account, setup gsutil and upload things there. Instructions are on readme, ie
gsutil cp $fullname gs://$bucket gsutil acl set public-read gs://$bucket/$fullname
echo https://storage.cloud.google.com/tensorflow-community-wheels/$fullname
A recent upload used Google Drive, so that's also an option -- https://github.com/yaroslavvb/tensorflow-community-wheels/issues/8
Hi I have a working build of latest TF with
--copt=-mavx --copt=-mavx2 --copt=-mfma --copt=-mfpmath=both --copt=-msse4.2
Where can I upload wheel package ?