Spaces:
Running
Running
Commit
·
825b8cd
1
Parent(s):
bc1b5fc
Rebrand Migration
Browse files- Update pyproject.toml, README.md and LICENSE
LICENSE
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
BSD 2-Clause License
|
2 |
|
3 |
-
Copyright (c) 2025, Saurabh Ghanekar
|
4 |
All rights reserved.
|
5 |
|
6 |
Redistribution and use in source and binary forms, with or without
|
|
|
1 |
BSD 2-Clause License
|
2 |
|
3 |
+
Copyright (c) 2025, Atheon Inc. & Saurabh Ghanekar
|
4 |
All rights reserved.
|
5 |
|
6 |
Redistribution and use in source and binary forms, with or without
|
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 💸
|
4 |
colorFrom: blue
|
5 |
colorTo: green
|
|
|
1 |
---
|
2 |
+
title: Atheon In Action
|
3 |
emoji: 💸
|
4 |
colorFrom: blue
|
5 |
colorTo: green
|
pyproject.toml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
[project]
|
2 |
-
name = "
|
3 |
version = "0.0.0"
|
4 |
-
description = "Huggingface Demo showcasing how
|
5 |
authors = [{ name = "Saurabh Ghanekar", email = "ghanekarsaurabh8@gmail.com" }]
|
6 |
license = "BSD-2-Clause"
|
7 |
license-files = ["LICENSE"]
|
@@ -12,7 +12,7 @@ dependencies = [
|
|
12 |
"uvicorn>=0.34",
|
13 |
"pydantic>=2.10",
|
14 |
"pillow>=11.1",
|
15 |
-
"
|
16 |
"llama-cpp-python>=0.3",
|
17 |
"huggingface-hub>=0.29",
|
18 |
"pymongo>=4.11",
|
|
|
1 |
[project]
|
2 |
+
name = "atheon-in-action"
|
3 |
version = "0.0.0"
|
4 |
+
description = "Huggingface Demo showcasing how Atheon works"
|
5 |
authors = [{ name = "Saurabh Ghanekar", email = "ghanekarsaurabh8@gmail.com" }]
|
6 |
license = "BSD-2-Clause"
|
7 |
license-files = ["LICENSE"]
|
|
|
12 |
"uvicorn>=0.34",
|
13 |
"pydantic>=2.10",
|
14 |
"pillow>=11.1",
|
15 |
+
"atheon-codex>=0.3",
|
16 |
"llama-cpp-python>=0.3",
|
17 |
"huggingface-hub>=0.29",
|
18 |
"pymongo>=4.11",
|
uv.lock
CHANGED
The diff for this file is too large to render.
See raw diff
|
|