Instructions to use patricksaxton/peft-starcoder-lora-a100 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use patricksaxton/peft-starcoder-lora-a100 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigcode/starcoderbase-1b") model = PeftModel.from_pretrained(base_model, "patricksaxton/peft-starcoder-lora-a100") - Transformers
How to use patricksaxton/peft-starcoder-lora-a100 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="patricksaxton/peft-starcoder-lora-a100")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("patricksaxton/peft-starcoder-lora-a100", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use patricksaxton/peft-starcoder-lora-a100 with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "patricksaxton/peft-starcoder-lora-a100" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "patricksaxton/peft-starcoder-lora-a100", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/patricksaxton/peft-starcoder-lora-a100
- SGLang
How to use patricksaxton/peft-starcoder-lora-a100 with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "patricksaxton/peft-starcoder-lora-a100" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "patricksaxton/peft-starcoder-lora-a100", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "patricksaxton/peft-starcoder-lora-a100" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "patricksaxton/peft-starcoder-lora-a100", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use patricksaxton/peft-starcoder-lora-a100 with Docker Model Runner:
docker model run hf.co/patricksaxton/peft-starcoder-lora-a100
Training in progress, step 100
Browse files
adapter_config.json
CHANGED
|
@@ -29,10 +29,10 @@
|
|
| 29 |
"rank_pattern": {},
|
| 30 |
"revision": null,
|
| 31 |
"target_modules": [
|
| 32 |
-
"q_attn",
|
| 33 |
"c_fc",
|
| 34 |
-
"
|
| 35 |
-
"c_proj"
|
|
|
|
| 36 |
],
|
| 37 |
"target_parameters": null,
|
| 38 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 29 |
"rank_pattern": {},
|
| 30 |
"revision": null,
|
| 31 |
"target_modules": [
|
|
|
|
| 32 |
"c_fc",
|
| 33 |
+
"q_attn",
|
| 34 |
+
"c_proj",
|
| 35 |
+
"c_attn"
|
| 36 |
],
|
| 37 |
"target_parameters": null,
|
| 38 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 22241240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:59f18cb11954dd8746df7aedcfb8b990b24fb538adbfc7656a15ea94f3b125a1
|
| 3 |
size 22241240
|
runs/Jan06_18-48-45_d91d5efb4346/events.out.tfevents.1767725333.d91d5efb4346.3015.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9ec90d7263df272441192a6c2a797d7fa6bd2c5f316ce59357fe91ecf27cf530
|
| 3 |
+
size 7634
|
runs/Jan06_19-15-31_d91d5efb4346/events.out.tfevents.1767726939.d91d5efb4346.10124.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:85ef94556730392bd58fb8cded9662f9d6a8d779f500a59d110edd14007a7fb1
|
| 3 |
+
size 7007
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5905
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f5ff8d146efdc64e860b71e5726a562c9563979914c37c175d0e26d5d64e022
|
| 3 |
size 5905
|