luv2261 commited on
Commit
b5161ee
1 Parent(s): 6490f46

Update README.md

Browse files

Updated Readme.md file with Clarifai hosted WizardCoder-15B 1.0-GPTQ model

The WizardCoder 15B 1.0 model is hosted on the Clarifai cloud using 4-bit GPTQ checkpoints from this repository, allowing easy access through Clarifai API. Users can use the Clarifai Python SDK to easily interact with the WizardCoder 15B 1.0 model. 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 +2 -0
README.md CHANGED
@@ -26,6 +26,8 @@ These files are GPTQ 4bit model files for [WizardLM's WizardCoder 15B 1.0](https
26
 
27
  It is the result of quantising to 4bit using [AutoGPTQ](https://github.com/PanQiWei/AutoGPTQ).
28
 
 
 
29
  ## Repositories available
30
 
31
  * [4-bit GPTQ models for GPU inference](https://huggingface.co/TheBloke/WizardCoder-15B-1.0-GPTQ)
 
26
 
27
  It is the result of quantising to 4bit using [AutoGPTQ](https://github.com/PanQiWei/AutoGPTQ).
28
 
29
+ The WizardCoder 15B 1.0 GPTQ LLM is hosted on the [Clarifai](https://clarifai.com/wizardlm/generate/models/wizardCoder-15B) from this repository checkpoints. Model easily accessible through its API.
30
+
31
  ## Repositories available
32
 
33
  * [4-bit GPTQ models for GPU inference](https://huggingface.co/TheBloke/WizardCoder-15B-1.0-GPTQ)