Lmondi
Lmondi
@bgshih @LinJM @varun-suresh - I used VSCode to debug code, but it failed。 - Can you recommend the development tool? Thank you!
@LinJM @bgshih @varun-suresh Is the following hardware environment configuration applicable?Thank you! - Core i5 3.4GHz CPU @ 8G - Storage: 1TB Fusion Drive - Ideo Card:AMD R9 390, Retina 5K...
Hello, I'm a beginner. When I learn the code, I can't understand the meaning of the parameters in config.lua(). function getConfig() local config = { nClasses = 36, -- 分类...
### Reminder - [X] I have read the README and searched the existing issues. ### Reproduction 请教一下哈,现在vllm支持lora吗?现在不支持的话,大约什么时候可以支持呢?感谢。 ### Expected behavior _No response_ ### System Info _No response_ ### Others _No...
@clcarwin Hello! I converted the [crnn](https://github.com/bgshih/crnn) model to pytorch model, but it occurred the following error: ``` convert_torch.py `line 259` --> read_lua_file.py `line 596` --> error: " unknow type id...
Traceback (most recent call last): File "/data3/push_recall/LLM-Tuning/chatglm2_lora_tuning.py", line 153, in main() File "/data3/push_recall/LLM-Tuning/chatglm2_lora_tuning.py", line 93, in main model = AutoModel.from_pretrained( File "/data3/env/miniconda3/envs/baichuan/lib/python3.9/site-packages/transformers/models/auto/auto_factory.py", line 462, in from_pretrained return model_class.from_pretrained( File "/data3/env/miniconda3/envs/baichuan/lib/python3.9/site-packages/transformers/modeling_utils.py",...