liltom-eth
commited on
Commit
·
639413c
1
Parent(s):
8ab4933
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ https://llava-vl.github.io/
|
|
22 |
|
23 |
## How to Deploy on SageMaker
|
24 |
|
25 |
-
Following `deploy_llava.ipynb` , bundle llava model weights and code into a `model.tar.gz` and upload to S3:
|
26 |
|
27 |
```python
|
28 |
from sagemaker.s3 import S3Uploader
|
|
|
22 |
|
23 |
## How to Deploy on SageMaker
|
24 |
|
25 |
+
Following `deploy_llava.ipynb` (full tutorial [here](https://medium.com/@liltom.eth/deploy-llava-1-5-on-amazon-sagemaker-168b2efd2489)) , bundle llava model weights and code into a `model.tar.gz` and upload to S3:
|
26 |
|
27 |
```python
|
28 |
from sagemaker.s3 import S3Uploader
|