-
Notifications
You must be signed in to change notification settings - Fork 439
installation script for OpenBLAS #155
Comments
Installation of OpenBLAS is very system specific. Skflow relies on one The easiest way for all this to be installed in system independent way is For now may be documenting more about dependencies would be a good idea. Or
|
I see. The TF Docker approach is prolly the most convenient, especially if it can come already optimized. I currently have bash setup scripts for 2 OSes (MacOSX and Ubuntu Trusty) for my project which also uses skflow. The Ubuntu version has the blas libraries listed in the skflow installation script; the MacOSX does not yet have it installed and setup. I'm looking at OpenBLAS for it, not sure if there's a more appropriate one. I can share and complete the said script if it's helpful, what do you think? But in fact the existing one is probably already good enough, provided we polish it a bit and give it as an option to users. |
Feel free to share script at https://github.com/tensorflow/tensorflow. Closing this issue (skflow has been moved inside TensorFlow). |
Skflow makes it much easier and faster to get into ML. There's some blas libraries specified in the
.travis.yml
.Would it be possible also to automatically download, build, install and link OpenBLAS (or any relevant ones) through a shell script that comes with skflow? This would allow many users to run more performant and efficient operations too.
The text was updated successfully, but these errors were encountered: