Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
JinBridger committed Mar 4, 2024
1 parent 1907703 commit 1452b67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/llm/portable-zip/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
import torch
import argparse
import sys
sys.path.append('.')

# todo: support more model class
from transformers import AutoModel, AutoModelForCausalLM, AutoTokenizer, AutoConfig
Expand Down

0 comments on commit 1452b67

Please sign in to comment.