FuryMartin
FuryMartin
Hi, I encountered the same issue (see #132) and am trying to resolve it with the community. If you want to experience Ianvs right now, you can try installing my...
Hi, I have implemented a demo. Please see details at [here](https://github.com/FuryMartin/ianvs/tree/code/examples/cloud-edge-collaborative-inference-for-llm)
> Thanks for your suggestions! The data missing problem may caused by the wrong version of pandas, you could use "pip install pandas==1.1.5" to install the correct version of pandas...
Fixed by #149 . No need to merge this PR anymore. I will close it.
Thanks to @hsj576 and @MooreZheng for the review. While trying to improve my proposal, I found that the integration of the new algorithm still needs to be discussed. Basicly, there...
Considering that Plan A aligns better with the Sedna interface and existing algorithms, I have updated the proposal based on this plan and created some draft code. You can find...
The current implemetation in Ianvs is: https://github.com/kubeedge/ianvs/blob/f2352ce018f04f398b1be0f37d0fa3cd11476626/core/storymanager/rank/rank.py#L142-L173 This is a revised version of the implementation and all interfaces used are compatible with `pandas==1.1.5` ```python def _get_all(self, test_cases, test_results) -> pd.DataFrame:...
After fixing PCB-AoI's dependencies, I conducted experiments on this example with `Python==3.6.13` to prove that our revisions do not introduce new compatibility issues. The experimental results are as follows: Run...
> The overall change looks good to me. Please talk about it at the next community meeting and see if anyone else has any questions. OK, thanks for the review.
> Will this PR #133 fix this issue? No, #133 only fixes YAML path errors by adding `/fault detection/` to the path links. The essence of the issue is that...