BSC-LT / ALIA-40b-instruct_Q8_0

huggingface.co
Total runs: 19
24-hour runs: 0
7-day runs: -18
30-day runs: -201
Model's Last Updated: December 19 2025
text-generation

Introduction of ALIA-40b-instruct_Q8_0

Model Details of ALIA-40b-instruct_Q8_0

WARNING: ALIA-40b-Instruct is an instruction-tuned model with a preliminary alignment process. It has not yet undergone a full alignment procedure to ensure safety. The model may generate biased, factually incorrect, harmful, or inappropriate content. Users should refer to the Limitations section and apply additional filtering and alignment processes before deploying this model in production.

ALIA-40b-instruct - GGUF

Description

This repo contains GGUF format model files for BSC-LT/ALIA-40b-instruct .

About GGUF

GGUF is the model file format introduced by the llama.cpp team on August 21st, 2023 , replacing the older GGML format (now deprecated). It brings significant improvements such as enhanced tokenization, proper handling of special tokens, embedded metadata (e.g., architecture, quantization type, tokenizer), and an extensible design for future compatibility.

Model Conversion

This model was converted from its original Hugging Face format to GGUF using the official tools provided in llama.cpp . The conversion process embeds all necessary tokenizer and configuration data directly into the .gguf file for full portability.

The base model was exported in BF16 precision and then quantized for faster inference and smaller file size.

Here’s your section rewritten for clarity, conciseness, and clean formatting — it keeps your structure but improves readability, adds consistent comments, and fixes a few small syntax issues:

Commands Used

Below are the steps and commands used to convert and quantize the model to the GGUF format using llama.cpp .

# Go to the llama.cpp directory
cd llama.cpp

# (Optional) Create a Python virtual environment
python -m venv venv
source venv/bin/activate

# Install dependencies required for conversion
pip install -r requirements.txt
# Convert Hugging Face model to GGUF (BF16 precision)
python3 convert_hf_to_gguf.py /path/to/hf_model \
  --outfile /gpfs/path/to/output/ALIA-40b-instruct_bos_bf16.gguf \
  --outtype bf16

🛠️ Skip the next section if you already have a build.

# Create and enter a build directory
mkdir build && cd build

# Configure and compile with CUDA support (optional)
cmake .. -DGGML_CUDA=ON -DGGML_NATIVE=OFF \
         -DCMAKE_VERBOSE_MAKEFILE=ON \
         -DCMAKE_BUILD_TYPE=Release

# Build with parallel jobs (adjust -j as needed)
cmake --build . --config Release --verbose -j 12
# Quantize the GGUF model
# Run this from the llama.cpp directory

QU=Q8_0  # Change to Q4_K_M, Q5_K_S, etc. as needed

./build/bin/llama-quantize \
  /gpfs/path/to/output/ALIA-40b-instruct_bos_bf16.gguf \
  /gpfs/path/to/output/ALIA-40b-instruct_bos_${QU}.gguf \
  ${QU}

For detailed installation steps, build options, and quantization types, see the llama.cpp GitHub repository .


Would you like me to make this even shorter — e.g., a “Quick Command Summary” version suitable for inclusion inside a Hugging Face model card ( README.md )?

Prompt template:
{{- bos_token }}{%- if messages[0]['role'] == 'system' %}{%- set system_message = messages[0]['content'] %}{%- set loop_messages = messages[1:] %}{{ '<|im_start|>system\n' + system_message + '<|im_end|>\n' }}{%- else %}{%- set loop_messages = messages %}{%- endif %}{% for message in loop_messages %}{%- if (message['role'] != 'user') and (message['role'] != 'assistant')%}{{ raise_exception('Only user and assistant roles are suported after the initial optional system message.') }}{% endif %}{% if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}{{ raise_exception('After the optional system message, conversation roles must alternate user/assistant/user/assistant/...') }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}

Runs of BSC-LT ALIA-40b-instruct_Q8_0 on huggingface.co

19
Total runs
0
24-hour runs
0
3-day runs
-18
7-day runs
-201
30-day runs

More Information About ALIA-40b-instruct_Q8_0 huggingface.co Model

More ALIA-40b-instruct_Q8_0 license Visit here:

https://choosealicense.com/licenses/apache-2.0

ALIA-40b-instruct_Q8_0 huggingface.co

ALIA-40b-instruct_Q8_0 huggingface.co is an AI model on huggingface.co that provides ALIA-40b-instruct_Q8_0's model effect (), which can be used instantly with this BSC-LT ALIA-40b-instruct_Q8_0 model. huggingface.co supports a free trial of the ALIA-40b-instruct_Q8_0 model, and also provides paid use of the ALIA-40b-instruct_Q8_0. Support call ALIA-40b-instruct_Q8_0 model through api, including Node.js, Python, http.

ALIA-40b-instruct_Q8_0 huggingface.co Url

https://huggingface.co/BSC-LT/ALIA-40b-instruct_Q8_0

BSC-LT ALIA-40b-instruct_Q8_0 online free

ALIA-40b-instruct_Q8_0 huggingface.co is an online trial and call api platform, which integrates ALIA-40b-instruct_Q8_0's modeling effects, including api services, and provides a free online trial of ALIA-40b-instruct_Q8_0, you can try ALIA-40b-instruct_Q8_0 online for free by clicking the link below.

BSC-LT ALIA-40b-instruct_Q8_0 online free url in huggingface.co:

https://huggingface.co/BSC-LT/ALIA-40b-instruct_Q8_0

ALIA-40b-instruct_Q8_0 install

ALIA-40b-instruct_Q8_0 is an open source model from GitHub that offers a free installation service, and any user can find ALIA-40b-instruct_Q8_0 on GitHub to install. At the same time, huggingface.co provides the effect of ALIA-40b-instruct_Q8_0 install, users can directly use ALIA-40b-instruct_Q8_0 installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

ALIA-40b-instruct_Q8_0 install url in huggingface.co:

https://huggingface.co/BSC-LT/ALIA-40b-instruct_Q8_0

Url of ALIA-40b-instruct_Q8_0

ALIA-40b-instruct_Q8_0 huggingface.co Url

Provider of ALIA-40b-instruct_Q8_0 huggingface.co

BSC-LT
ORGANIZATIONS

Other API from BSC-LT

huggingface.co

Total runs: 3.5K
Run Growth: 2.9K
Growth Rate: 81.45%
Updated:April 10 2026
huggingface.co

Total runs: 1.9K
Run Growth: -610
Growth Rate: -25.91%
Updated:October 22 2025
huggingface.co

Total runs: 1.1K
Run Growth: 1.0K
Growth Rate: 96.05%
Updated:April 10 2026
huggingface.co

Total runs: 928
Run Growth: -287
Growth Rate: -26.23%
Updated:October 22 2025
huggingface.co

Total runs: 646
Run Growth: 205
Growth Rate: 33.44%
Updated:October 22 2025
huggingface.co

Total runs: 593
Run Growth: 222
Growth Rate: 37.56%
Updated:April 10 2026
huggingface.co

Total runs: 318
Run Growth: 39
Growth Rate: 14.29%
Updated:March 27 2026
huggingface.co

Total runs: 312
Run Growth: 273
Growth Rate: 87.50%
Updated:October 26 2021
huggingface.co

Total runs: 229
Run Growth: -58
Growth Rate: -26.48%
Updated:August 07 2025
huggingface.co

Total runs: 171
Run Growth: 84
Growth Rate: 49.70%
Updated:April 10 2026
huggingface.co

Total runs: 119
Run Growth: 16
Growth Rate: 13.45%
Updated:September 06 2021
huggingface.co

Total runs: 104
Run Growth: 82
Growth Rate: 81.19%
Updated:October 29 2024
huggingface.co

Total runs: 77
Run Growth: -44
Growth Rate: -57.14%
Updated:April 22 2026
huggingface.co

Total runs: 13
Run Growth: 8
Growth Rate: 61.54%
Updated:September 10 2024