ChiYeung Law
ChiYeung Law
Since `Allowing ninja...31475` does not contain the error information, it is hard for me to give you some help. I think you need to make sure you install the environment...
I think you can check this [issue #92](https://github.com/nlpxucan/WizardLM/issues/92)
Yes. Our demos are down. They will be back soon.
WizardCoder Demo Links are back. :)
You can follow [Llama-X](https://github.com/AetherCortex/Llama-X).
WizardCoder can be loaded with 1 V100-32G GPU. We use this code: ```python model = AutoModelForCausalLM.from_pretrained( "Your Model", torch_dtype=torch.float16, device_map="auto", ) ``` We also use `transformers==4.29.2`.
Since our models use the alpaca or code-alpaca data, all models can only be used for non-commercial usage.
The license of WizardCoder is CC-by-NC-4.0.
> > The license of WizardCoder is CC-by-NC-4.0. > > What does non-commercial usage mean? If I use wizardcoder to generate some code snippets in my company project, does it...
Yes. It still supports fim mode. In our [paper](https://arxiv.org/abs/2306.08568), we also evaluate our model on the DS-1000 insertion tasks. Our model also achieves much better performance than Starcoder.