Fang Zhang
Fang Zhang
How can I set fixed number of lines of Text and Log, instead of letting them dynamically change ?
代码里面主要是socket包调用的时候没有respect系统代理,这里需要改一下相关的代码以支持代理;而requests包是默认支持系统代理的,所以requests包的调用不需要额外改代码。支持网络代理的功能很实用,希望能尽快支持一下,谢谢!
I encounter the follow error when I start the container according to your readme (cli version): ``` ... Next authentication is "Token Authentication" But we don't support it user "..."...
I upgrade to the latest 7.6.8 version, and run the container, the following error exists: ``` ... Starting applications specified in flwm Log file is /root/.vnc/3ee1fb5fdb28:1.log Use xtigervncviewer -SecurityTypes VncAuth,TLSVnc...
This is the log from pod `mpi-operator-xxx-xxx` after I run `kustomize build apps/mpi-job/upstream/overlays/kubeflow | kubectl apply -f -` ``` flag provided but not defined: -kubectl-delivery-image Usage of /opt/mpi-operator: -add_dir_header If...
https://github.com/baidu-research/warp-ctc/blob/6d5b8fac130638862d97dc48ef43a8d7b5a503bb/tensorflow_binding/setup.py#L81 This is actually a bug and for tensorflow version which starts with `1.10` (e.g., current `tf.__version__`), this will return `False`. You can change to the following code to compare...
I want to use other scheduler (my own scheduler and etc). How can I configure mpi-operator to use other scheduler (like changing some parameter)?
Sometimes I encounter the following log in `deploy/mpi-operator`, and the operator does not respond to my apply request.  Is this a bug or what?
## 🐛 Bug ### To reproduce When I created hundreds of runs, I sometimes encounter the following error.  The script I run is as follows:  The command is...
direct use `from skipgram import Skipgram` can cause errors; fix it to use absolute import.