generated from kyegomez/Python-Package-Template
-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kye
committed
Dec 18, 2023
1 parent
e0d065a
commit 7c8cc39
Showing
2 changed files
with
1 addition
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <module 'jaxlib.mlir._mlir_libs._site_initialize_0' from '/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/jaxlib/mlir/_mlir_libs/_site_initialize_0.so'> | ||
Registering dialects from initializer <module 'jaxlib.mlir._mlir_libs._site_initialize_0' from '/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/jaxlib/mlir/_mlir_libs/_site_initialize_0.so'> | ||
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. | ||
[32mINFO[0m: Started server process [[36m4325[0m] | ||
[32mINFO[0m: Waiting for application startup. | ||
[32mINFO[0m: Application startup complete. | ||
[32mINFO[0m: Uvicorn running on [1mhttp://0.0.0.0:8001[0m (Press CTRL+C to quit) | ||
[32mINFO[0m: Shutting down | ||
[32mINFO[0m: Waiting for application shutdown. | ||
[32mINFO[0m: Application shutdown complete. | ||
[32mINFO[0m: Finished server process [[36m4325[0m] | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]>"] | ||
|