Merge remote-tracking branch 'refs/remotes/origin/dev' into dev

This commit is contained in:
oobabooga 2024-11-18 10:15:36 -08:00
commit d01293861b
11 changed files with 18 additions and 17 deletions

View File

@ -143,17 +143,16 @@ def convert_history(history):
new_history = [] new_history = []
for entry in history: for entry in history:
if isinstance(entry['content'], list): if isinstance(entry['content'], list):
image_url = None
content = None
for item in entry['content']: for item in entry['content']:
if not isinstance(item, dict): if not isinstance(item, dict):
continue continue
image_url = None
content = None
if item['type'] == 'image_url' and isinstance(item['image_url'], dict): if item['type'] == 'image_url' and isinstance(item['image_url'], dict):
image_url = item['image_url']['url'] image_url = item['image_url']['url']
elif item['type'] == 'text' and isinstance(item['text'], str): elif item['type'] == 'text' and isinstance(item['text'], str):
content = item['text'] content = item['text']
if image_url: if image_url:
new_history.append({"image_url": image_url, "role": "user"}) new_history.append({"image_url": image_url, "role": "user"})
if content: if content:

View File

@ -260,6 +260,8 @@ def download_model_wrapper(repo_id, specific_file, progress=gr.Progress(), retur
yield ("Please enter a model path") yield ("Please enter a model path")
return return
repo_id = repo_id.strip()
specific_file = specific_file.strip()
downloader = importlib.import_module("download-model").ModelDownloader() downloader = importlib.import_module("download-model").ModelDownloader()
progress(0.0) progress(0.0)

View File

@ -1,4 +1,4 @@
accelerate==1.0.* accelerate==1.1.*
bitsandbytes==0.44.* bitsandbytes==0.44.*
colorama colorama
datasets datasets

View File

@ -1,4 +1,4 @@
accelerate==1.0.* accelerate==1.1.*
colorama colorama
datasets datasets
einops einops

View File

@ -1,4 +1,4 @@
accelerate==1.0.* accelerate==1.1.*
colorama colorama
datasets datasets
einops einops

View File

@ -1,4 +1,4 @@
accelerate==1.0.* accelerate==1.1.*
colorama colorama
datasets datasets
einops einops

View File

@ -1,4 +1,4 @@
accelerate==1.0.* accelerate==1.1.*
colorama colorama
datasets datasets
einops einops

View File

@ -1,4 +1,4 @@
accelerate==1.0.* accelerate==1.1.*
colorama colorama
datasets datasets
einops einops

View File

@ -1,4 +1,4 @@
accelerate==1.0.* accelerate==1.1.*
colorama colorama
datasets datasets
einops einops

View File

@ -1,4 +1,4 @@
accelerate==1.0.* accelerate==1.1.*
bitsandbytes==0.44.* bitsandbytes==0.44.*
colorama colorama
datasets datasets

View File

@ -1,4 +1,4 @@
accelerate==1.0.* accelerate==1.1.*
colorama colorama
datasets datasets
einops einops