Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test_axon.py: add NEST_ASYNCIO:0 to env to fix issue
Bittensor uses nest_asyncio by default. This doesn't work well with uvicorn, that is used in the implementation of axon. By disabling nest_asyncio the miner now runs without errors.
- Loading branch information