ChenXiaoTemp

Results 10 issues of ChenXiaoTemp

1, Remove the img files and add __pycache__ folder into gitignore. 2, make it support the latet tensorflow.

Use case: Given [ {"type":"large","ip":"10.0.0.1"}, {"type":"large","ip":"10.0.0.2"}, {"type":"small","ip":"10.0.0.3"} ] I'd like to create: { "large": [{"type":"large","ip":"10.0.0.1"},{"type":"large","ip":"10.0.0.2"}], "small":[{"type":"small","ip":"10.0.0.3"}] } Is there any query expression to do it? Thanks very much.

Hello, First and foremost, thanks in advance for sharing JMESPath. It is very powerful especially it is used in ansible, which makes it very simple when querying or creating specified...

User case: [1,2,3] What I want : [2,3,4] I have tried map(&@+2,@) it not works.

使用CMake构建vs 工程,编译的时候,会报下面的错误: fatal error C1083: 无法打开包括文件: “stdatomic.h”: No such file or directory ![image](https://github.com/SJTU-IPADS/PowerInfer/assets/5827720/773a97c4-6284-42ff-8a19-a6863a75bf0b)

bug

Qdrant become very slow when filter all points using filters ## Current Behavior I import about 100w points into qdrant and each contains a payload, like following: ![image](https://github.com/qdrant/qdrant/assets/5827720/3bc15236-a2bc-4de7-a39f-2e3e9221fe0c) It costs...

bug

比如,我们向通过pytorch训练一个模型,我们有一个数据集,通过文件管理的上传按钮上传到文件管理中,然后创建一个pytorch的pod,然后在里面进行模型训练,怎么访问上传的文件?

缺少部署文档,不知道自己应该如何部署一个openaios

When I evaluate local tasks using lm-eval --tasks , then it will failed ![image](https://github.com/user-attachments/assets/82b50029-a6a3-47bf-b72f-8821c3b1c886)