fix missing import (#10839)
This commit is contained in:
parent
3b82834aaf
commit
fc33aa3721
1 changed files with 7 additions and 0 deletions
|
|
@ -14,6 +14,13 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
from ipex_llm.transformers import AutoModelForCausalLM
|
||||||
|
from transformers import AutoTokenizer
|
||||||
|
from trl import setup_chat_format
|
||||||
|
from datasets import load_dataset
|
||||||
|
import torch
|
||||||
|
import argparse
|
||||||
|
|
||||||
rank = 1024
|
rank = 1024
|
||||||
update_proj_gap = 200
|
update_proj_gap = 200
|
||||||
scale = 2
|
scale = 2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue