YANG QIU
YANG QIU
PS C:\Windows\system32> cd "\\Mac\Home\Documents\chatgpt\ecoute" PS Microsoft.PowerShell.Core\FileSystem::\\Mac\Home\Documents\chatgpt\ecoute> python main.py [INFO] Adjusting for ambient noise from Default Mic. Please make some noise from the Default Mic... [INFO] Completed ambient noise adjustment for...
### What happened? Here is the terminal code: litellm --model together_ai/togethercomputer/CodeLlama-34b-Instruct --add_function_to_prompt ,I encountered a `KeyError` related to 'functions' and an `AttributeError` stating that a 'KeyError' object has no attribute...
### What happened? Here is the litellm code: litellm --model mistral/mistral-medium --add_function_to_prompt ------ And I just run the agentchat_function_call.ipynb, here is the error: ------ [2024-01-22 21:57:58 -0800] [57078] [INFO] Application...
### Describe the issue Issue: ``` deepspeed llava/train/train_mem.py \ --lora_enable True --lora_r 128 --lora_alpha 256 \ --deepspeed ./scripts/zero3_offload.json \ --model_name_or_path liuhaotian/llava-v1.5-13b \ --version v1 \ --data_path /Users/eric/Documents/llava/patient_data.json \ --image_folder /home/eric/LLaVA-Med/data_file_jpg...
### Question I have used train_mem.py with lora for the initial finetuning, similar to the question. Now, I want to perform another round of finetuning on a different dataset while...
### Question Can we use the same dataset for fine-tune and pretrain? For example, use blip_laion_cc_sbu_558k.json?
### Please search before asking - [X] I searched in the [issues](https://github.com/yetone/openai-translator/issues) and found nothing similar. ### Please read README - [X] I have read the troubleshooting section in the...
### Question I am doing medical image project, so how can we change CLIP to other models?