Moaz Reyad
Moaz Reyad
I made a first version of the Debian package here: https://dl.dropbox.com/u/3368180/tomighty_0.7.1.deb To run the application: $ java -jar /usr/share/tomighty/tomighty-0.7.1.jar The building script is here: https://dl.dropbox.com/u/3368180/tomighty.debian.build.zip to build the Debian package,...
> @moazreyad could you please advise us how to achieve the goal? (Adding GPU testing to Github workflows > #802), I will ask some RAs to help me for the...
The GPU testing will improve the code coverage and by the way, there is a problem in the current testing workflows: since around two months, the Python tests disappeared from...
> The only question is, @naili-xing , we cannot connect our machine from outside without a VPN. So maybe it's more feasible to listen to the update of the commit...
Thank you, but to use Cirun.io we need to install Cirun application in Github. This is not possible because SINGA github account is managed by the Apache foundation that must...
I tried the PR. The directory /usr/local/include/singa/proto/ exists now, but there is a compile error when I try to compile test.cpp from #272 : $ g++ ./test.cpp -l singa In...
Ok. I think the problem is fixed now and the PR can be merged. Thank you.
> shall we move all CI functions from travis to github to avoid the duplicated testing? Yes, I will create another PR for the work in progress on replacing travis...
Both java and python dependencies are enabled now. Dependabot will check python daily and java monthly. It will create a PR for upgrade insecure or outdated dependencies in SINGA like...
> let's consider this PR in the next version. Ok. Although we can at least enable the dependabot support and badge, even though we don't resolve the problems that dependabot...