Vova Manannikov
Vova Manannikov
@vkkhare will we use this ticket to brainstorm worker-level auth? If so, could you update summary, please?
Hi @LaplaceZhang Let's start with your first problem, which is `@make_plan`. I couldn't reproduce it using fresh Ubuntu 20 + conda + py3.8 environment. For the sake of reproducibility, I've...
Note: suggested fix is to add new table for FLProcess-Worker authorization. When worker successfully authenticates for given FL process, we add record to this table. Then in cycle request, we...
Can we split into 2 issues? 1. [fix] Propagate TFJS error when it occurs during plan execution. Right now it's overwritten with translation error because we don't differentiate between TFJS...
Done: #171. Note, it's not threepio problem.
Implement following approach: https://dev.to/joshx/test-your-npm-package-against-multiple-versions-of-its-peer-dependency-34j4 To test against tfjs 1.x.x || 2.x.x
@choilmto feel free to ask questions in #lib_syft_js channel in [Openmined slack](https://slack.openmined.org/) as well!
Let's also rename `worker_id` to `job_id`!
Hi @zhuango, I think your problem is more related to how you trace the model rather than the transformers library itself. Since you're tracing a function (not the model itself),...
@rchavezj thanks! If you have usage examples of this lib, I can add them to readme :)