# 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/a6a6079511ac8a5c1293337f88096b8641562e77/libs/community/langchain_community/llms/bigdl_llm.py#L11)