Update README.md
Browse files
README.md
CHANGED
@@ -43,8 +43,10 @@ from unsloth import FastLanguageModel
|
|
43 |
import torch
|
44 |
import json
|
45 |
|
|
|
|
|
46 |
# model,tokenizerの読み込み。
|
47 |
-
model_name = "kochan13/llm-jp-3-13b-
|
48 |
|
49 |
max_seq_length = 2048
|
50 |
dtype = None
|
|
|
43 |
import torch
|
44 |
import json
|
45 |
|
46 |
+
!pip install httpx==0.27.2
|
47 |
+
|
48 |
# model,tokenizerの読み込み。
|
49 |
+
model_name = "kochan13/llm-jp-3-13b-8"
|
50 |
|
51 |
max_seq_length = 2048
|
52 |
dtype = None
|