tutu329

Results 1 issues of tutu329

code: from airllm import AirLLMLlama2

 MAX_LENGTH = 128

# could use hugging face model repo id:
 model = AirLLMLlama2("D:/models/Qwen-72B-Chat")

 

input_text = [
 'What is the capital of United States?',
 #...

help wanted