Anyi Li

Results 5 issues of Anyi Li

Could we have support for redis cluster, it seems all search and bloomfilter and json are for single instance.

enhancement

Please fill out the below template as best you can. -------------------------------------------------------- ### Description of Issue I am initializing the spark row converter implicit val converter: SparkRowConverter = { SparkRowConverter.forResource(FhirContexts.forStu3(), "ImagingStudy")...

If finetuned with all projs like [q_proj,k_proj,v_proj,o_proj], could export_*.py handle correctly?

for line https://github.com/tloen/alpaca-lora/blob/main/finetune.py#L273 why not set resume_from_checkpoint=True, it seems that will load state correctly as well as LORA weights. Why do we still need https://github.com/tloen/alpaca-lora/blob/main/finetune.py#L191 Thanks!

FT on 65B, the official hf adapter_model.bin is double the size of what I saved locally. Look at timdettmers/qlora-hh-rlhf-65b the size is 3.2Gb with configuration ```json { "base_model_name_or_path": "/gscratch/zlab/llama/65B", "bias":...