Text Generation
Transformers
Safetensors
English
llama
roleplay
finetune
axolotl
creative-writing
70B
conversational
text-generation-inference
Instructions to use Delta-Vector/Austral-70B-Preview with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Delta-Vector/Austral-70B-Preview with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="Delta-Vector/Austral-70B-Preview") messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages)# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("Delta-Vector/Austral-70B-Preview") model = AutoModelForCausalLM.from_pretrained("Delta-Vector/Austral-70B-Preview") messages = [ {"role": "user", "content": "Who are you?"}, ] inputs = tokenizer.apply_chat_template( messages, add_generation_prompt=True, tokenize=True, return_dict=True, return_tensors="pt", ).to(model.device) outputs = model.generate(**inputs, max_new_tokens=40) print(tokenizer.decode(outputs[0][inputs["input_ids"].shape[-1]:])) - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use Delta-Vector/Austral-70B-Preview with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "Delta-Vector/Austral-70B-Preview" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Delta-Vector/Austral-70B-Preview", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/Delta-Vector/Austral-70B-Preview
- SGLang
How to use Delta-Vector/Austral-70B-Preview 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 "Delta-Vector/Austral-70B-Preview" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Delta-Vector/Austral-70B-Preview", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'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 "Delta-Vector/Austral-70B-Preview" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Delta-Vector/Austral-70B-Preview", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }' - Docker Model Runner
How to use Delta-Vector/Austral-70B-Preview with Docker Model Runner:
docker model run hf.co/Delta-Vector/Austral-70B-Preview
Add files using upload-large-folder tool
Browse files- model-00005-of-00062.safetensors +3 -0
- model-00008-of-00062.safetensors +3 -0
- model-00011-of-00062.safetensors +3 -0
- model-00017-of-00062.safetensors +3 -0
- model-00020-of-00062.safetensors +3 -0
- model-00023-of-00062.safetensors +3 -0
- model-00025-of-00062.safetensors +3 -0
- model-00026-of-00062.safetensors +3 -0
- model-00029-of-00062.safetensors +3 -0
- model-00032-of-00062.safetensors +3 -0
- model-00035-of-00062.safetensors +3 -0
- model-00038-of-00062.safetensors +3 -0
- model-00041-of-00062.safetensors +3 -0
- model-00044-of-00062.safetensors +3 -0
- model-00047-of-00062.safetensors +3 -0
- model-00050-of-00062.safetensors +3 -0
- model-00053-of-00062.safetensors +3 -0
- model-00056-of-00062.safetensors +3 -0
- model-00059-of-00062.safetensors +3 -0
- model-00062-of-00062.safetensors +3 -0
model-00005-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec93a74dee7ff40516ebd6ec891db5fdcbaeb3be4e7261d562fc94ee88e28b06
|
| 3 |
+
size 4966156008
|
model-00008-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d6ce2e0372ef36c0673304a119e3fc65dfd710a3793dae418c0a0bf8521c8de9
|
| 3 |
+
size 4966156008
|
model-00011-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b7fa172a302ad97d3325a3672404e5e24a1999d3f6830352dc6650a7eec83a08
|
| 3 |
+
size 4966156000
|
model-00017-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:45c9931932eeee74afce348fd4797218ebfa88a62c0d0a011df13a1c07ba7570
|
| 3 |
+
size 4966156008
|
model-00020-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f72483586e569a74c828faf74dc91c4fe4606a627930e832135c847802dc1573
|
| 3 |
+
size 4966155992
|
model-00023-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6ceecb1384f4c4adc7d4285c1bbe52e9fb4bd2fdf935c750b811c28f1c1adbd
|
| 3 |
+
size 4966156008
|
model-00025-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b1be9bacadbfbfddfe767063e41af1e9f4b5a88fdfcbd1d4da3816fc7bf7b1c2
|
| 3 |
+
size 4362175776
|
model-00026-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b785353ef16792bf2a49eb15d615dc301667bc8acd4246490b50108189b2889
|
| 3 |
+
size 4966156008
|
model-00029-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:563285fd843d045703d5d89b8a240d7a5e9b55c7501d13fdbb26f79373e082db
|
| 3 |
+
size 4966156000
|
model-00032-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b4833f74b81d981f71dd664322fdf2a795f84fea73cfae727ded55654bcbf3d6
|
| 3 |
+
size 4664165880
|
model-00035-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d781af0551e218c758087ad9bb5ce25940bd7ebcfb752ede4a692ec8f373bf54
|
| 3 |
+
size 4966156008
|
model-00038-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11e33da1ea7ffbb12619d21959c058d49356416e2e82a35a98350498eab8f143
|
| 3 |
+
size 4966156008
|
model-00041-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b8e9f73938a07060b4e8d8d4c17eba3fa04f3ad3f0578223bdeeecf4329e29f2
|
| 3 |
+
size 4966156008
|
model-00044-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b9ef3efccef8dd988aa1667a18b82b48c17fdd6052f38bfa440cf9ccc1db3990
|
| 3 |
+
size 4966156000
|
model-00047-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b374ca860898475de30272c7f250d07eb1d8d70afbcd2528e1e94cb30fba964
|
| 3 |
+
size 4966156008
|
model-00050-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e125db7e2853fa3b31182532678c2ec5f6f37d1408e011a1f3bdd34c7c92212c
|
| 3 |
+
size 4966156008
|
model-00053-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:904984a02925044642942460115e933490dc6018e17b18be5e62a095149feb20
|
| 3 |
+
size 4966155992
|
model-00056-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ff847cb46e46f4abf2f1a83ceb6cf5b76cea527e82a6d45ba93467f839fb690e
|
| 3 |
+
size 4966156008
|
model-00059-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9372064d52fac37862ffa55cc02a664c6ccd66c9e413faa8bbdbcc4209b2209d
|
| 3 |
+
size 4966156008
|
model-00062-of-00062.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b21c46535927b22577d0ad81613055bc0000799a7481a12287fd44a165b162c
|
| 3 |
+
size 4966155968
|