Skip to content

Commit 77e5562

Browse files
authored
Update README.md
1 parent 174a5fe commit 77e5562

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,16 @@ If you want to run inference from your local device, you can open a SSH tunnel t
132132
ssh -L 8081:10.1.1.29:8081 [email protected] -N
133133
```
134134
The example provided above is for the Vector Killarney cluster, change the variables accordingly for your environment. The IP address for the compute nodes on Killarney follow `10.1.1.XX` pattern, where `XX` is the GPU number (`kn029` -> `29` in this example).
135+
136+
## Reference
137+
If you found Vector Inference useful in your research or applications, please cite using the following BibTeX template:
138+
```
139+
@software{vector_inference,
140+
title = {Vector Inference: Efficient LLM inference on Slurm clusters using vLLM},
141+
author = {Wang, Marshall},
142+
organization = {Vector Institute},
143+
year = {<YEAR_OF_RELEASE>},
144+
version = {<VERSION_TAG>},
145+
url = {https://github.com/VectorInstitute/vector-inference}
146+
}
147+
```

0 commit comments

Comments
 (0)