amplab / SparkNet

Distributed Neural Networks for Spark
MIT License
603 stars 172 forks source link

SBT files updated & created #135

Open jsongcse opened 8 years ago

jsongcse commented 8 years ago

Good morning!

I added new lines to build.sbt file to avoid "eof expected but ';' found." error. Also I created new build file build-cpu.sbt to make build process easier for cpu-only mode.

I hope this be helpful!

pcmoritz commented 8 years ago

Thanks @jsongcse, I tried your new build.sbt and it works! How can I tell build-cpu.sbt instead of build.sbt? I didn't find anything about how to use multiple .sbt files in the documentation? Or is the idea that build-cpu.sbt would be moved to build.sbt by the user? In this case we should document that in the README.md.