Yassine Lassoued
Yassine Lassoued
Module mock.py, function `proxy`, declared in line 599, uses decorator `@asyncio.coroutine`. It seems that the asyncio `@coroutine` decorator is **deprecated since Python 3.8**. Please use `async def` instead. Source code...
Module cached_property.py, function `wrapper`, declared in line 42, uses decorator `@asyncio.coroutine`. It seems that the asyncio `@coroutine` decorator is **deprecated since Python 3.8**. Please use `async def` instead. Source code...
Thank you very much for making this public. I have been struggling to understand how to fine tune ChatLLaMA as per the provided code snippet in the [Readme file](https://github.com/nebuly-ai/nebullvm/tree/main/apps/accelerate/chatllama). It...