Skip to content

Commit

Permalink
Merge pull request #423 from Naozumi520/patch-1
Browse files Browse the repository at this point in the history
Fix typo `ourput => output` in README.md
  • Loading branch information
Yimi81 authored Mar 4, 2024
2 parents a3aae10 + 6101be0 commit 04867ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VL/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ A quick example:
```python
CUDA_VISIBLE_DEVICES=0 python single_inference.py --model-path ../model/Yi-VL-34B --image-file images/cats.jpg --question "Describe the cats and what they are doing in detail."
```
Since the temperature is set to 0.2 by default, the ourput is not always the same. An example output is:
Since the temperature is set to 0.2 by default, the output is not always the same. An example output is:
```
----------
question: Describe the cats and what they are doing in detail.
Expand Down Expand Up @@ -110,4 +110,4 @@ Describe the cats and what they are doing in detail.
```
2. We add LayNorm in the two-layer MLP of the projection module.
3. We train the parameters of ViT and scale up the input image resolution.
4. We utilize Laion-400M data for pretraining.
4. We utilize Laion-400M data for pretraining.

0 comments on commit 04867ef

Please sign in to comment.