-
Hi, I got following error when "RAG = RAGPretrainedModel.from_pretrained("colbert-ir/colbertv2.0")" according to the example in readme:
```
ImportError: dlopen(/Users/sheng/Library/Caches/torch_…
-
### 🐛 Describe the bug
Hi! Thanks for setting this repo up :)
I ran olmo_eval with [allenai/OLMo-1B](https://huggingface.co/allenai/OLMo-1B) on the paloma dataset and I noticed two issues:
1. …
-
### 请提出你的问题
https://github.com/PaddlePaddle/PaddleNLP/tree/develop/model_zoo/uie
-
I am trying to run `python example.py document_structurization ...`
I get this error:
```
2024-04-19 10:07:31,200 - modelscope - INFO - PyTorch version 2.2.2 Found.
2024-04-19 10:07:31,201 - mode…
-
Hi,
I'm trying to run demo_trt_llm.
Followed demo_trt_llm/README.md exactly
MODEL_NAME='vila1.5-2.7b'
Command:
python $VILA_ROOT/demo_trt_llm/convert_checkpoint.py \
--model_dir models…
-
### Solution to issue cannot be found in the documentation.
- [X] I checked the documentation.
### Issue
I am trying to install cupy and have tried the following conda and pip commands:
- conda in…
-
I've been trying for a while to setup DeepSpeed on my Databricks cluster correctly, but have been largely unsuccessful in doing so.
Platform Specifications
absl-py==1.0.0
accelerate==0.29.3
…
-
When importing latest version of medspacy (1.0.1), I am getting the below error
ModuleNotFoundError: No module named 'quicksectx.quicksectx'
see the details below
----------------------------…
-
### Bug description
On my server node, training a LightningModule using DDP leads to a freeze, even before entering the training loop.
The node has 2 GPUs and the freeze occurs indepently of wheth…
-
### 请提出你的问题
在我的win环境下可以正常运行,但是在liunx环境中稳定报错AssertionError: The dygraph model must be created before converting the dygraph model to static model.
![Uploading screenshot-20240301-110030.png…]()