-
Thank you for this great library. It is certainly very useful. I am using the tensorflow.keras framework. I've changed all the library imports in coord.py to tensorflow.keras . In eager execution mod…
-
Trained vicuna-13b-1.1 LORA in 4bit
Now trying to merge it for running generations but it fails with the following error
```
python3.11/site-packages/peft/tuners/lora.py", line 352, in merge_an…
-
Hi,
I am trying to do switchover using repmgr. It stops primary node correctly, but after that it hangs during rewind:
```
postgres@8feb0787ba67:~$ repmgr -f /etc/postgresql/13/main/repmgr.conf s…
-
I am unable to download trained models using download.sh. I am getting following error
`Resolving s3.us-east-2.amazonaws.com (s3.us-east-2.amazonaws.com)... 52.219.104.210
Connecting to s3.us-east…
-
Thank you for your efforts on this repo!
I'm trying to train the toy dataset by following the documentation.
I was able to train the network and also to infer on the same point cloud (by first remov…
-
### 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.
- [X] 3. Please note that if the bug-related issue y…
-
I want to transform the table detection model from detr to onnx. Some models available in HF are either "nielsr/detr-table-detection" or "microsoft/table-transformer-detection".
I try both and with…
-
When I Queue Prompt to start training I receive this message:
raise subprocess.CalledProcessError(returncode=process.returncode, cmd=cmd)
subprocess.CalledProcessError: Command '['C:\\Users\\p…
-
我按照这种格式 添加到prompt中 ,控制台跳出 Skipping unknown extra network: lora lora
请问如何修复?
-
After following the mmdetection:3.x documentation, I've followed the following:
!pip3 install openmim
!mim install mmengine
!mim install "mmcv>=2.0.0,