yaroslavvb / tensorflow-community-wheels

Place to upload links to TensorFlow wheels
453 stars 35 forks source link

Where to upload ? #7

Open rawoke083 opened 7 years ago

rawoke083 commented 7 years ago

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 ?

yaroslavvb commented 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

yaroslavvb commented 7 years ago

A recent upload used Google Drive, so that's also an option -- https://github.com/yaroslavvb/tensorflow-community-wheels/issues/8