clipper icon indicating copy to clipboard operation
clipper copied to clipboard

Where I can find the RClipper package??

Open aliraza0337 opened this issue 6 years ago • 3 comments

Somehow I am not able to find the R package for clipper. Thanks

aliraza0337 avatar Jun 21 '18 16:06 aliraza0337

@Corey-Zumar Can you help him out?

dcrankshaw avatar Jun 22 '18 18:06 dcrankshaw

@aliraza0337 The Rclipper package is located in the containers/R directory. You can follow the instructions in the README to get started

Corey-Zumar avatar Jun 23 '18 17:06 Corey-Zumar

Hi, Thanks for giving me the pointer everything seems to be in order but I am still getting this error while trying to deploy the R model,

Traceback (most recent call last):

  • File "/Library/Frameworks/R.framework/Versions/3.5/Resources/library/Rclipper/build_container.py", line 9, in *

  • version.registry, version.version)*

AttributeError: 'module' object has no attribute 'registry'

To deploy this model, execute the following command from a connected ClipperConnection object conn:

conn.deploy_model("test-model", "1", "ints", "test-model:1", num_replicas=<num_container_replicas>)

Any Idea why I am getting this?

Best,

Ali

On Sat, 23 Jun 2018 at 13:44, Corey Zumar [email protected] wrote:

@aliraza0337 https://github.com/aliraza0337 The Rclipper package is located in the containers/R https://github.com/ucbrise/clipper/tree/develop/containers/R directory. You can follow the instructions in the README to get started

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ucbrise/clipper/issues/522#issuecomment-399696386, or mute the thread https://github.com/notifications/unsubscribe-auth/AH2NwjjBxj3V8LtV86HniaY5kJ78hIx5ks5t_n6HgaJpZM4UyaIn .

aliraza0337 avatar Jul 05 '18 19:07 aliraza0337