Update README.md

This commit is contained in:
sjaipuriyar 2024-08-23 15:24:40 -07:00
parent b364373ae9
commit a13e0c5467

View file

@ -20,7 +20,7 @@ Phi-3 generation with Go code:
Granite 3b generation with Go code:
`curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d"query=Write me an example of Go programming code." http://169.231.231.109:5000/query/granite`
#How to run this on your own
# **How to run this on your own**
- Start by setting up an env within the directory of your choice.
`python -m venv env`