Tim

Results 9 issues of Tim

Just repost https://huggingface.co/jbetker/tortoise-tts-finetuned-lj/discussions/1 I understand the risk of fine-tuning instruction and your reservation about sharing it. Just out of curiosity, is the loading of fine-tuned weights meant to be broken?

**What type of file would you like magika to detect?** DICOM (.dcm) **What software can create/open these files?** Libs: - PyDicom (Python) - DCMTK (C++) Viewers: - Horos - Osirix...

missing content type
needs triage

my audio clip is in mono 16khz audio, [ 0 0 0 ... 63 100 127], so it will throw ``` ---> 15 down = time_stretch(sample, Fraction(2, 1), SAMPLE_RATE) 16...

### The Feature https://github.com/BerriAI/litellm/blob/e044d6332f9d18a27f7c1bd794d7ef228428fa2c/docs/my-website/docs/providers/azure_ai.md?plain=1#L4 Azure AI supports multiple models beyond Mistral, this model_name pattern seems to be same https://litellm.vercel.app/docs/providers/mistral, and won't work if we switch this to llama2 model on...

enhancement

I started off from update_submodule branch ``` /oos/bark.cpp/bark/bark.cpp:2048:43: error: use of undeclared identifier 'encodec_verbosity_level'; did you mean 'bark_verbosity_level'? encodec_model_path, n_gpu_layers, encodec_verbosity_level::LOW); ^~~~~~~~~~~~~~~~~~~~~~~ bark_verbosity_level /oos/bark.cpp/bark/./bark.h:23:12: note: 'bark_verbosity_level' declared here enum class...

Propose changes: - add fix for following error: ``` bark.cpp/bark/bark.cpp:2048:43: error: use of undeclared identifier 'encodec_verbosity_level'; did you mean 'bark_verbosity_level'? encodec_model_path, n_gpu_layers, encodec_verbosity_level::LOW); ^~~~~~~~~~~~~~~~~~~~~~~ bark_verbosity_level /oos/bark.cpp/bark/./bark.h:23:12: note: 'bark_verbosity_level' declared here...

fix error: use of undeclared identifier 'encodec_set_sample_rate' make print_encodec_tensor static to avoid conflict

### Summary of problem ### Which version of dd-trace-py are you using? 2.14.1 ### Which version of pip are you using? 24.0 ### Which libraries and their versions are you...

Profiling

Say for example I want to serialize a poml representation before sending a prompt to a DeepSeek model that has very particular rules on prompt template, how should I do...