luv2261 commited on
Commit
9b103f2
1 Parent(s): d869ce1

Update README.md

Browse files

Updated Readme.md file with Clarifai's WizardCoder-Python-34B-V1.0 LLM

The WizardCoder-Python-34B-V1.0 model is available on the Clarifai, allowing easy access to it through Clarifai API. Users can use the Clarifai Python SDK to easily interact with the WizardCoder-Python-34B. Additionally, model inference is possible with other Clarifai Client Libraries like Java, cURL, NodeJS, PHP, and more.

Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -90,6 +90,10 @@ model-index:
90
 
91
  We provide the inference demo code [here](https://github.com/nlpxucan/WizardLM/tree/main/demo).
92
 
 
 
 
 
93
  ## Citation
94
 
95
  Please cite the repo if you use the data, method or code in this repo.
 
90
 
91
  We provide the inference demo code [here](https://github.com/nlpxucan/WizardLM/tree/main/demo).
92
 
93
+ ## Model Inferencing
94
+
95
+ The WizardCoder-Python-34B-V1.0 model is available on the Clarifai [here](https://clarifai.com/wizardlm/generate/models/wizardCoder-Python-34B), allowing easy access to it through Clarifai API.
96
+
97
  ## Citation
98
 
99
  Please cite the repo if you use the data, method or code in this repo.