-
MuseTalk is a model that was published some months ago (see https://huggingface.co/spaces/TMElyralab/MuseTalk) but it is not easy to use from an API.
I need to work on the automatic hugging face sp…
-
### Describe the issue
I downloaded the Llama2-7b-onnx model from Hugging Face. Using the example code, it runs normally in both GPU and CPU environments (using CPUExecutionProvider and CUDAExecution…
-
Add try-catch blocks that throw an error when an API request to llama or hugging face fails.
-
-
### ⁉️ Discussion/Question
I'm currently facing an issue while attempting to use the HuggingFaceHubExperiment for testing models from Hugging Face. Specifically, it seems that only the gpt2 model is …
-
### What happened?
How to test:
- Setup proxy with a hugging face model, for example codellama/CodeLlama-34b-Instruct-hf and format="json"
- Use a prompt that let's the model return the json, som…
-
In addition to openai, i would like to add the ability to call a model via [huggingface inference API](https://huggingface.co/docs/api-inference/quicktour)
This would allow the deployer to select f…
-
### ENDGAME ISSUE - PHASE III
### Overview
Implement practical AI-powered features to enhance user experience, improve content quality, and increase engagement while maintaining reasonable computa…
-
Can start easy and do this simple [gem](https://github.com/7compass/sentimental) or figure out how to integrate Hugging Face (latest and greatest but not ruby). Not sure how Hugging Face affects serve…
-
I create a subclass of baseragassembeddings. because I already have all the embeddings for context, query, and question. I did this to not use the openai API key. because it is costly and also I want …