How to use from
llama.cppInstall from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf leafspark/wavecoder-ds-6.7b-GGUF:# Run inference directly in the terminal:
llama-cli -hf leafspark/wavecoder-ds-6.7b-GGUF:Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf leafspark/wavecoder-ds-6.7b-GGUF:# Run inference directly in the terminal:
./llama-cli -hf leafspark/wavecoder-ds-6.7b-GGUF:Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf leafspark/wavecoder-ds-6.7b-GGUF:# Run inference directly in the terminal:
./build/bin/llama-cli -hf leafspark/wavecoder-ds-6.7b-GGUF:Use Docker
docker model run hf.co/leafspark/wavecoder-ds-6.7b-GGUF:Quick Links
Model Card for wavecoder-ds-6.7b-GGUF
WaveCoder 🌊 is a series of large language models (LLMs) for the coding domain.
Model Details
- WaveCoder-6.7b-ds = Trained using CodeOcean dataset
- WaveCoder-6.7b-pro = Trained using GPT-4 synthetic data
- WaveCoder-6.7b-ultra = Trained using enhanced GPT-4 synthetic data
Model Description
WaveCoder 🌊 is a series of large language models (LLMs) for the coding domain, designed to solve relevant problems in the field of code through instruction-following learning. Its training dataset was generated from a subset of code-search-net data using a generator-discriminator framework based on LLMs that we proposed, covering four general code-related tasks: code generation, code summary, code translation, and code repair.
- Developed by: Yu, Zhaojian and Zhang, Xin and Shang, Ning and Huang, Yangyu and Xu, Can and Zhao, Yishujie and Hu, Wenxiang and Yin, Qiufeng
- Model type: Large Language Model
- Language(s) (NLP): English
- License: DeepSeek License (Model)
Model Sources
- Repository: https://huggingface.co/microsoft/wavecoder-ds-6.7b
- Paper : [More Information Needed]
- Demo : [More Information Needed]
Uses
Coding/Refactoring/Cleanup/Fixing Code
Original: https://huggingface.co/microsoft/wavecoder-ds-6.7b
- Downloads last month
- 30
Hardware compatibility
Log In to add your hardware
2-bit
4-bit
6-bit
8-bit
32-bit
Install from brew
# Start a local OpenAI-compatible server with a web UI: llama-server -hf leafspark/wavecoder-ds-6.7b-GGUF:# Run inference directly in the terminal: llama-cli -hf leafspark/wavecoder-ds-6.7b-GGUF: