Facico / Chinese-Vicuna

Chinese-Vicuna: A Chinese Instruction-following LLaMA-based Model —— 一个中文低资源的llama+lora方案,结构参考alpaca
https://github.com/Facico/Chinese-Vicuna
Apache License 2.0
4.14k stars 425 forks source link

请问llama7b_4bit_128g的input shape是多少呢 #243

Open KyrieZhang11 opened 1 year ago

KyrieZhang11 commented 1 year ago

如将它转成SNPE支持的模型,需要知道它的input shape 请问有大佬知道它的input shape吗 需要运行的命令类似以下: snpe-pytorch-to-dlc --input_network resnet18.pt --input_dim input "1,3,224,224" --output_path resnet18.dlc

KyrieZhang11 commented 1 year ago

用torchSummary和其他的方法暂时还没成功 image