balcklive

Results 11 issues of balcklive

我有好几个服务器上面都部署了sqlserver express 服务(这些SQL server服务的数据库名表名表结构都是一摸一样的),但是针对这些SQL server服务我只有一个等级比较低的账号,只能查看数据库中的视图,而不能增删改查原始表。 请问mycat能否将这几个sqlserver搭建一个分布式数据库集群,把其中每个名称相同的视图合并成一个视图? 如果可以的话该如何操作,且有哪些需要注意的呢?

### 🐛 Describe the bug I run my server with this: python3 ./ColossalAI/applications/Chat/inference/server.py /home/ubuntu/modelpath/llama-7b/llama-7b/ --quant 8bit --http_host 0.0.0.0 --http_port 8080 then I call the api with this: import requests import...

bug

I downloaded a llama 7B model. It only get one model file which ends with .pth. But as the model loading code in llama_model .py showed as below says. If...

my ~/.cache/huggingface/accelerate/default_config.yaml is: compute_environment: LOCAL_MACHINE deepspeed_config: {} distributed_type: MULTI_GPU downcast_bf16: 'no' dynamo_config: {} fsdp_config: {} gpu_ids: all machine_rank: 0 main_training_function: main megatron_lm_config: {} mixed_precision: 'no' num_machines: 1 num_processes: 4 rdzv_backend:...

{ "train_batch_size": 1, "gradient_accumulation_steps": 1, "optimizer": { "type": "Adam", "params": { "lr": 0.00015 } }, "fp16": { "enabled": true, "auto_cast": false, "loss_scale": 0, "initial_scale_power": 16, "loss_scale_window": 1000, "hysteresis": 2, "min_loss_scale":...

As I metioned in this Issue: #314 I am training a llama 7B model with 8 v100, totally I got 32 *8 G GPU memory. But at last, you can...

I mannuly split the model checkpoint into 8 splits. and train the llama model with 8 V100 GPUs. but strangely, the loss is nan. I trained successfully with same data...

软件可以正常编译安装和打开,但是一直黑屏,无法读取摄像头数据 其他问题:无法自动下载OpenCV库,手动下载并解压到ppocr_demo/app目录下之后才能继续编译 Android Gradle Plugin Version: 7.1.2 Gradle Version: 7.2 Opencv: 4.2 Paddlite: 2.10

Here's the data in README: ![image](https://user-images.githubusercontent.com/57667856/230556706-c0476743-ff8e-4a5f-b517-5099f5439dd6.png) And this is the md5 value of my model: this is the size of my model: Inevitably, the output of the model is totally...

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment:ubuntu 22.04 - 版本号/Version:Paddle:2.5.1 PaddleOCR:release/2.7 问题相关组件/Related components:paddle lite 2.10 - 运行指令/Command Code: ./opt_linux --model_file=inference.pdmodel --param_file=inference.pdiparams --optimize_out_type=naive_buffer --optimize_out=quant_opt --valid_targets=arm...