Yuante Li

Results 14 issues of Yuante Li

Here is my code: ``` model = AutoModelForCausalLMWithValueHead.from_pretrained( config.model_name, load_in_4bit=True, device_map="auto", peft_config=lora_config, quantization_config=BitsAndBytesConfig(llm_int8_enable_fp32_cpu_offload=True) ) ``` Terminal output (Error): **File "predict_module/tuning_lm_with_rl.py", line 154, in tuning_lm_with_rl model = AutoModelForCausalLMWithValueHead.from_pretrained( File "trl/models/modeling_base.py", line...

## Description ## Motivation and Context ## How Has This Been Tested? - [ ] Pass the test by running: `pytest qlib/tests/test_all_pipeline.py` under upper directory of `qlib`. - [ ]...

## Description ## Motivation and Context ## How Has This Been Tested? - [ ] If you are adding a new feature, test on your own test scripts. ## Screenshots...

## Description Fix a bug in the data preparation for the RANZCR competition. ## Motivation and Context ## How Has This Been Tested? - [ ] If you are adding...

## Description Fix a bug in `KGFBWorkspace`. ## Motivation and Context ## How Has This Been Tested? - [ ] Pass the test by running: `pytest qlib/tests/test_all_pipeline.py` under upper directory...

## Description Add model removal and adjust some framework logic. ## Motivation and Context ## How Has This Been Tested? - [ ] If you are adding a new feature,...

## Description ## Motivation and Context ## How Has This Been Tested? - [ ] If you are adding a new feature, test on your own test scripts. ## Screenshots...

## Description ## Motivation and Context ## How Has This Been Tested? - [ ] If you are adding a new feature, test on your own test scripts. ## Screenshots...

## Description ## Motivation and Context ## How Has This Been Tested? - [ ] If you are adding a new feature, test on your own test scripts. ## Screenshots...

## Description ## Motivation and Context ## How Has This Been Tested? - [ ] If you are adding a new feature, test on your own test scripts. ## Screenshots...