ehristoforu's picture
Update modules/model_list.py
5c969fa verified
raw history blame
No virus
243 Bytes
import os
import gradio as gr
import copy
import llama_cpp
from llama_cpp import Llama
import random
from huggingface_hub import hf_hub_download
import time
def list_models(name):
dir = os.getcwd()
return os.listdir(f"{dir}/models")