kevindany
kevindany
### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What happened? python3 -m revChatGPT.V1 Get error: SSLError(e,...
# Train with cuda python train.py config/train_shakespeare_char.py --device=cuda --compile=False --eval_iters=20 --log_interval=1 --block_size=64 --batch_size=12 --n_layer=4 --n_head=4 --n_embd=128 --max_iters=200 --lr_decay_iters=2000 --dropout=0.0 the output is empy for below cmd: python sample.py --out_dir=out-shakespeare-char --device=cuda...
tokern_worker container keep restarting with error: /docker-entrypoint.sh: 11: exec: rq: not found
Steps to reproduce: 1. wget https://raw.githubusercontent.com/tokern/data-lineage/master/install-manifests/docker-compose/tokern-lineage-engine.yml 2. configure to use an external Postgres database, change the following parameters in tokern-lineage-engine.yml: CATALOG_HOST CATALOG_USER CATALOG_PASSWORD CATALOG_DB 3. docker-compose -f tokern-lineage-engine.yml up -d...
### Reminder - [X] I have read the README and searched the existing issues. ### Reproduction 启动示例:export API_PORT=8505 && CUDA_VISIBLE_DEVICES=4 python src/api_demo.py \ --model_name_or_path /data/models/chatglm3-6b \ --adapter_name_or_path '/xxx' \ --template...