# BigdlLLM

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/llms/bigdl_llm/BigdlLLM)

Wrapper around the BigdlLLM model

## Signature

```python
BigdlLLM()
```

## Description

**Example:**

.. code-block:: python

from langchain_community.llms import BigdlLLM
llm = BigdlLLM.from_model_id(model_id="THUDM/chatglm-6b")

## Extends

- `IpexLLM`

## Methods

- [`from_model_id()`](https://reference.langchain.com/python/langchain-community/llms/bigdl_llm/BigdlLLM/from_model_id)
- [`from_model_id_low_bit()`](https://reference.langchain.com/python/langchain-community/llms/bigdl_llm/BigdlLLM/from_model_id_low_bit)

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/7c10a5fa327f6aaaf7c932822a9e5d144891406e/libs/community/langchain_community/llms/bigdl_llm.py#L11)