verigle
verigle
how to apply the WizardCoder in VS code or Jetbrain IDE? does exist some plugins can use WizardCoder ?
how to install dataflow==1.2.1, when I intall dataflow==1.2.1 with pip, the error is that: ``` ERROR: Could not find a version that satisfies the requirement dataflow==1.2.1 (from versions: 0.1.1) ERROR:...
**Please describe the feature you want** use the mirrror of hf-mirror.com **Additional context** Add any other context or screenshots about the feature request here. I try set environment `TABBY_DOWNLOAD_HOST: hf-mirror.com`,...
**Describe the bug** I use mirror of , but when it running , error is that ``` thread 'main' panicked at /root/workspace/crates/tabby-download/src/lib.rs:74:25: Failed to fetch model 'TabbyML/DeepseekCoder-6.7B' due to 'Invalid...
# Checklist - [x] I have checked the [issues list](https://github.com/celery/celery/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22Issue+Type%3A+Feature+Request%22+) for similar or identical feature requests. - [x] I have checked the [pull requests list](https://github.com/celery/celery/pulls?utf8=%E2%9C%93&q=is%3Apr+label%3A%22PR+Type%3A+Feature%22+) for existing proposed implementations of...
### 是否已有关于该错误的issue或讨论? | Is there an existing issue / discussion for this? - [X] 我已经搜索过已有的issues和讨论 | I have searched the existing issues / discussions ### 该问题是否在FAQ中有解答? | Is there an...
7B 单卡实验精度 88.58,略低于论文中的结果 89.37 训练参数 ```bash CUDA_VISIBLE_DEVICES=0 torchrun --nproc_per_node 1 --master_port 11111 train.py \ --llm_model 7B\ --llama_model_path ./data/weights/ \ --data_root ./data \ --data_path ./data/alpaca_data.json \ --caption_file ./data/captions.json \ --max_seq_len 512...
``` with autocast(): if weights is None: # weights = torch.softmax(self.expert_weights(x[:, 0]) / self.t, -1).half() ``` 请问self.expert_weights(x[:, 0]) 中为何取 x[: , 0] 作为输入参数呢? x 的shape 可以表示为 L, B, C 为何在B...
``` [12:53:11.383037] NaN loss encountered. Skipping this batch. Traceback (most recent call last): File "train.py", line 262, in main(args) File "train.py", line 230, in main train_stats = train_one_epoch( File "/media/localhost/E/projects/github/multi-modal/vision-language/LaVIN/engine.py",...