Hubert

Results 8 issues of Hubert

## Motivation The original clamp operation is hard to read. ## Modification Use `np.log` instead for better compatibilities for all pytorch version ## Checklist **Before PR**: - [ ] Pre-commit...

## Modification update schedule documents ## Checklist **Before PR**: - [ ] Pre-commit or other linting tools are used to fix the potential lint issues. - [ ] Bug fixes...

1.0rc

I found that during blip coco retrieval finetuning, the `vit_grad_ckpt` is True which means checkpointing is used in VIT and `weakref` is used in replaced `forward` function https://github.com/salesforce/LAVIS/blob/main/lavis/models/vit.py#L152 However, in...

bug

Add a image-text generation app for blip2 for better interaction.

cla:missing

### Describe the feature BackLog, add user document for concurrent api usage ### Will you implement it? - [X] I would like to implement this feature and create a PR!

link: https://opencompass.readthedocs.io/zh-cn/stable/get_started/installation.html for example, if click `Read in English` the href shows `https://opencompass.readthedocs.io/en/e20d654c1820a5fb581eee73245aaa8ce3519bab/get_started/installation.html` but not `https://opencompass.readthedocs.io/en/stable/get_started/installation.html` I found out that in html theme, the `github_version` might be a commit id...

Needed: more information

### Version of Apptainer apptainer version 1.1.0~rc.2-1 ### Expected behavior apt-get update && apt-get install openssh-client ### Actual behavior Setting up openssh-client (1:7.6p1-4ubuntu0.7) ... groupadd: failure while writing changes to...

### Bug Description The `get_document` function cannot get any document nodes The following code uses the` node_collections` which does not include any document node. https://github.com/run-llama/llama_index/blob/main/llama-index-core/llama_index/core/storage/docstore/keyval_docstore.py#L276 ### Version master ### Steps...

bug
triage