serving icon indicating copy to clipboard operation
serving copied to clipboard

A stand alone industrial serving system for angel.

Results 6 serving issues
Sort by recently updated
recently updated
newest added

Bumps hadoop-common from 2.7.2 to 3.2.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.hadoop:hadoop-common&package-manager=maven&previous-version=2.7.2&new-version=3.2.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps commons-io from 2.4 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.4&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.4 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

## Angel-Serving NPE错误 ### 问题   按官方文档加载了自己定义的模型,经测试模型无问题,然后调用angel-serving的predictAPI出现如下错误. ``` 20/01/08 15:32:27 INFO common.ServiceImpl$ : modelSpec: fm, value: 6 20/01/08 15:32:27 INFO common.ServiceImpl$ : servableHandle {name: fm, version: 6} java.lang.NullPointerException at com.tencent.angel.mlcore.variable.EmbedUtils$$anonfun$9.apply(EmbedUtils.scala:144)...

How do I know how much resources (like cpu cores, memories) used when deploy the api service? there are no configurations about resource numbers.