Sanders

Results 6 issues of Sanders

@ouyangwen-it How kerberos properties `angel.kerberos.keytab` and `angel.kerberos.principal` used in SONA?

Following [使用OpenBlas给算法加速](https://github.com/Angel-ML/angel/blob/master/docs/deploy/blas_for_densematrix.md) I added **libopenblas.so** to lib folder and modified angel-site.xml. I got the following error while doing the training. ``` INFO: successfully loaded/[nodemanager]/localdir/usercache/[application]/tmp/jniloader[xxxx]netlib-native_system-linux-x86_64.so [JDK]/bin/java: symbol lookup error: /[nodemanager]/localdir/usercache/[application]/tmp/jniloader[xxxx]netlib-native_system-linux-x86_64.so: undefined...

I trained a DeepFM model with AUC `0.84`, while predicting on the training data, 99.9% and more samples predicted as -1. ![20190419-090251(eSpace)](https://user-images.githubusercontent.com/10580990/56399646-fdcec300-6281-11e9-9d6c-3cd39b63f5e8.png)

I've fine-turned **llama-7b** model with command: ``` #!/bin/bash deepspeed_args="--num_gpus=8 --master_port=11000" exp_id=llama-7b-v2 project_dir=XXXX base_model_path=${project_dir}/models/pinkmanlove/llama-7b-hf lora_model_path=${project_dir}/models/llama7b-lora-380k output_dir=${project_dir}/output_models/${exp_id} log_dir=${project_dir}/log/${exp_id} dataset_path=${project_dir}/dataset/train_2M_CN/lmflow/ mkdir -p ${output_dir} ${log_dir} deepspeed ${deepspeed_args} \ finetune.py \ --model_name_or_path ${base_model_path} \ --lora_model_path...

**Relationship type is commonSymptom** The reasoning process get the context from `Chunk Retriever` rather than from `SPO Retriever`. So does it when I asking the question: "甲状腺结节可以吃什么药?"

### Checklist - [x] 1. I have searched related issues but cannot get the expected help. - [x] 2. The bug has not been fixed in the latest version. -...