CyCle1024

Results 6 issues of CyCle1024

test.h: ```cpp namespace test1 { template class TestBase { public: TestBase() = delete; ~TestBase() = default; TestBase(int a_, float b_, T c_) : a(a_), b(b_), c(c_) {}; int a; float...

It's a very useful repo!!! I have a suggestion that owners can release a guide on how to build opencv-mobile library on target platform with this repo and opencv official...

good first issue

Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily receiving feedbacks. If you do not understand...

Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily receiving feedbacks. If you do not understand...

enhancement

In the case of normal kernels and `num_expert_per_rank > 1`, for example, token A in rank 0 is dispatched to rank 1 for experts M and N. A is dispatched...

We use load_spec generator in BaseModel to generate severl state_dict ( device tensor ) for RT update weights instead of the old layer by layer method. It's a more generally...