mtreviso commited on
Commit
23680fa
1 Parent(s): 42c018b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -51,7 +51,9 @@ Despite its multilinguality roots, xTower may or may not perform well on unseen
51
 
52
  ### Usage
53
 
54
- Here's how you can run the model using the `pipeline()` function from 🤗 Transformers:
 
 
55
 
56
  ```python
57
  # Install transformers from source - only needed for versions <= v4.34
 
51
 
52
  ### Usage
53
 
54
+ For a minimal example, check out this [notebook](https://gist.github.com/mtreviso/b618b499bc6de0414a3e11157e91cf02), which prompts xTower with VLLM.
55
+
56
+ Additionally, here's how you can run the model using the `pipeline()` function from 🤗 Transformers:
57
 
58
  ```python
59
  # Install transformers from source - only needed for versions <= v4.34