Adam Katav
Adam Katav
### System Info accelerate==0.21.0.dev0 OS: Ubuntu 20.04 - `transformers` version: 4.31.0.dev0 - Platform: Linux-5.15.0-57-generic-x86_64-with-glibc2.29 - Python version: 3.8.10 - Huggingface_hub version: 0.15.1 - Safetensors version: 0.3.1 - PyTorch version (GPU?):...
Hello, I'm trying to run `pyannote-audio-train` with the example in [this](https://github.com/pyannote/pyannote-audio/blob/develop/tutorials/training_with_cli.md) tutorial. Running on Linux, python 3.11 However I'm getting an error: ```python Traceback (most recent call last): File "/home/adam/Desktop/spcup2024/.venv/bin/pyannote-audio-train",...
Hello, I'm following [this](https://github.com/pyannote/pyannote-audio/blob/develop/tutorials/training_a_model.ipynb) tutorial for training and found (with PL profiling) that the trainer spends 91% of the time on `train_dataloader_next`. This is my code: ```python ami = get_protocol('AMI.SpeakerDiarization.mini')...
Hello 👋 I'm working on adding graphiti docker compose MCP to my (pydantic AI based) agent with ollama local hosted models, mistral-small3.1 and snowflake-arctic-embed2. I passed the env vars to...
#491
These changes resolved #491 for me ---- > [!IMPORTANT] > Add `small_model` to LLMConfig and change `model` to `embedding_model` in EmbedderConfig in `graphiti_mcp_server.py`. > > - **Behavior**: > - In...
### Do you need to file an issue? - [x] I have searched the existing issues and this bug is not already filed. - [x] I believe this is a...