diff --git a/errors.txt b/errors.txt index 0dbeb8d..e69de29 100644 --- a/errors.txt +++ b/errors.txt @@ -1,15 +0,0 @@ -DEBUG:jaxlib.mlir._mlir_libs:Initializing MLIR with module: _site_initialize_0 -Initializing MLIR with module: _site_initialize_0 -DEBUG:jaxlib.mlir._mlir_libs:Registering dialects from initializer -Registering dialects from initializer -DEBUG:jax._src.path:etils.epath was not found. Using pathlib for file I/O. -etils.epath was not found. Using pathlib for file I/O. -[2023-12-18 10:18:19,770] torch.distributed.elastic.multiprocessing.redirects: [WARNING] NOTE: Redirects are currently not supported in Windows or MacOs. -INFO: Started server process [4325] -INFO: Waiting for application startup. -INFO: Application startup complete. -INFO: Uvicorn running on http://0.0.0.0:8001 (Press CTRL+C to quit) -INFO: Shutting down -INFO: Waiting for application shutdown. -INFO: Application shutdown complete. -INFO: Finished server process [4325] diff --git a/pyproject.toml b/pyproject.toml index 62161e2..91d17fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "swarms-cloud" -version = "0.0.3" +version = "0.0.4" description = "Swarms Cloud - Pytorch" license = "MIT" authors = ["Kye Gomez "]