From a13e0c546763624c7856bb6362a1d843924ee139 Mon Sep 17 00:00:00 2001 From: sjaipuriyar Date: Fri, 23 Aug 2024 15:24:40 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c8cac8..c0b33a2 100644 --- a/README.md +++ b/README.md @@ -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`