Text Generation
Transformers
Safetensors
Thai
English
qwen2
text-generation-inference
sft
trl
4-bit precision
bitsandbytes
LoRA
Fine-Tuning with LoRA
LLM
GenAI
NT GenAI
ntgenai
lahnmah
NT Thai GPT
ntthaigpt
medical
medtech
HealthGPT
หลานม่า
NT Academy
conversational
Inference Endpoints
4-bit precision
Update README.md
Browse files
README.md
CHANGED
@@ -108,6 +108,10 @@ First, ensure you have installed the required libraries by running:
|
|
108 |
|
109 |
```python
|
110 |
pip install torch transformers bitsandbytes
|
|
|
|
|
|
|
|
|
111 |
```
|
112 |
## 2. Load the Model and Tokenizer
|
113 |
|
|
|
108 |
|
109 |
```python
|
110 |
pip install torch transformers bitsandbytes
|
111 |
+
|
112 |
+
[!pip install bitsandbytes --upgrade
|
113 |
+
|
114 |
+
[!pip install --upgrade transformers huggingface_hub]
|
115 |
```
|
116 |
## 2. Load the Model and Tokenizer
|
117 |
|