-
## 🚀 Feature
Hi, if you try to run pytorch3D with a RTX 4000 gpu, you run into the following error:
```
File ~/miniconda3/envs/wm/lib/python3.9/site-packages/torch/nn/modules/module.py:1130, in Mod…
-
# Command
```
deepspeed fastchat/train/train_lora.py \
--model_name_or_path ./vicuna-13b-v1.5 \
--lora_r 2 \
--lora_alpha 16 \
--lora_dropout 0.05 \
--data_path data.json \
…
-
Hi there!
```yaml
# Handle with a high-level handler
# For an extensive use of such handlers, see https://github.com/ucsb-seclab/hal-fuzz
# WARNING: if used in fuzzing, Python-based handle…
-
Dear Pytorch3D,
I am trying to run the render_densepose.ipynb, but the error occured at below cell:
```
# create our verts_uv values
verts_uv = torch.cat([U_norm[None],V_norm[None]], dim=2) # …
-
Hi,
I'm trying to finetune the BioMedLM for Medical Question Answering using our custom dataset using Hugging Face's transformer's library. Since we're looking to optimize the memory usage, we're usi…
-
https://github.com/yuanzhoulvpi2017/zero_nlp/blob/main/simple_thu_chatglm6b/infer.ipynb
```bash
E:\proj2022\chatGLM\v2\ChatGLM-6B-main\ChatGLM-6B-main\lora_infer.py:27 in │
…
-
sh 参数如下:
python3 train_qlora.py \
--train_args_json chatGLM_6B_QLoRA.json \
--model_name_or_path /mnt/disk_data/soft/text-generation-webui-main/models/ChatGLM2-6B \
--train_data_path data/train.js…
-
### 🐛 Describe the bug
I am running detectron2 on a MacBook 14" with and M1 Pro processor, using the MPS GPU support.
When running inference on an image using the detection2 predictor as follows
…
-
**The problem**
Sometimes we need to run code before / after particular feature file. Currently it can be achieved in playwright-bdd only with some [hacks](https://github.com/vitalets/playwright-bdd/…
-
Adding (global-tree-sitter-mode) in my config.el causes the following warning to be thrown:
error No language registered for major mode 'fundamental-mode'
Shouldn't this just be a no-op for fund…