jasstionzyf

Results 5 comments of jasstionzyf

- name: create jdk env variable on /etc/profile.d/ template: src=jdk.sh.j2 dest=/etc/profile.d/jdk.sh become: yes become_user: root - name: Execute the command in remote shell; stdout goes to the specified file on...

@steenzout you are right, if you want to use multi versions of java , this change do not meet it, it works only assumed that just need one version of...

@charmby i use pyspark to generate tfrecords and also load tfrecords, all works well.

@luckycallor this pull request resolve two things: 1. when not specify pretrained_model in the config file , the train_softmax.py will appear error, i think better way is checking None for...

@YuzaChongyi even install flash attention, it still not work will use xformers https://github.com/vllm-project/vllm/issues/12656 Cannot use FlashAttention-2 backend for head size 72 So minicpm-v can not use flash attention?