Yang Yu

Results 15 issues of Yang Yu

Using the docker image is not easy for all developers. It is better to release coda packages. The possible packages are: | Device\CPU | AVX2 | AVX | SSE4 |...

enhancement
help wanted

Remove lambda

## Simple description I cannot find a way to access `globals()` within a bounded method in GoLang. I expose a type into module, like `moduleImpl.Globals["Foo"] = FooType`, and add methods...

### 🚀 The feature Use [`fsspec`](https://github.com/fsspec/filesystem_spec) as TorchSnapshot's backend. ### Motivation, pitch FSSpec is the FileSystem abstraction standard of Python in fact. It supports many backends like `s3`, `gcs`, `webdav`...

SSL验证可以让客户端验证服务器身份,并且让所有的通信数据加密。同时开启双向验证的话,服务器也可以验证客户端的身份。 这个功能对于外网使用RPC服务是非常必要的,不知道sofa-rpc有没有计划支持SSL协议呢?

注释里说no retry for scheduler。代码里写的是,当scheduler的时候retry 40次。 似乎,感觉应该是实现错了。 https://github.com/dmlc/ps-lite/blob/master/src/van.cc#L55 https://github.com/dmlc/ps-lite/blob/master/src/van.cc#L63