Yuan Zhou
Yuan Zhou
@houqp I did some search on HDFS libraries for Rust and found this crate: https://crates.io/crates/fs-hdfs . But it seems to have a lot of dependencies to run. Do you have...
Good to know that. @yjshen do you have time to convert your work into a new crate? It would be very helpful for other Rust projects too.
Hey @yjshen , any update on this? Currently we are using MinIO on HDFS as a workaround. But it seems to be not a sustainable way: https://github.com/minio/minio/issues/13927 . We are...
Cool! @yjshen
在代码里应该是指定了一个process的,在Instruments里默认看到的是结束时候CPU的一个瞬时值,要看每个时间点的CPU usage要在Instruments左边栏里找到Process Detail Tracking,然后勾选Track inspection head那项,这里有截图:https://developer.apple.com/library/ios/documentation/AnalysisTools/Reference/Instruments_User_Reference/ActivityMonitorInstrument/ActivityMonitorInstrument.html#//apple_ref/doc/uid/TP40011355-CH43
Thanks @alienzj . I have opened discussion channel in this project, feel free to bring up any topics! :)
This would be super useful for machine learning related projects! Any plans on this?
Some related issue: #3510 #3444 #3433 .
Hey @hwchase17 , could anyone take a look at this? I think it might solve many potential issues when using Azure OpenAI.
@hwchase17 LGTM! I think it should solve my problem.