-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from VikramxD/minimochi-dev
Refactor gitignore and gitmodules
- Loading branch information
Showing
11 changed files
with
82 additions
and
29 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 +1 @@ | ||
src/scripts/weights | ||
api/checkpoints |
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,3 +1,3 @@ | ||
[submodule "LTX-Video"] | ||
path = LTX-Video | ||
path = ltx | ||
url = https://github.com/Lightricks/LTX-Video.git |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
|
||
# Copyright The Lightning AI team. | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
import requests | ||
|
||
response = requests.post("http://127.0.0.1:8000/predict", json={"input": 4.0}) | ||
print(f"Status: {response.status_code}\nResponse:\n {response.text}") |
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,2 +1,14 @@ | ||
2024-11-23 19:32:34.895 | ERROR | __main__:main:352 - Server failed to start: LitServer.__init__() got an unexpected keyword argument 'generate_client_file' | ||
2024-11-23 19:33:20.102 | INFO | __main__:main:347 - Starting LTX video generation server on port 8000 | ||
2024-11-26 10:03:46.386 | INFO | __main__:main:347 - Starting LTX video generation server on port 8000 | ||
2024-11-26 10:27:38.795 | INFO | __main__:main:347 - Starting LTX video generation server on port 8000 | ||
2024-11-26 10:33:47.301 | INFO | __main__:main:347 - Starting LTX video generation server on port 8000 | ||
2024-11-26 10:37:58.440 | INFO | __main__:main:347 - Starting LTX video generation server on port 8000 | ||
2024-11-26 10:40:43.972 | INFO | __main__:main:347 - Starting LTX video generation server on port 8000 | ||
2024-11-26 10:47:33.232 | INFO | __main__:main:347 - Starting LTX video generation server on port 8000 | ||
2024-11-26 11:09:31.128 | INFO | __main__:main:347 - Starting LTX video generation server on port 8000 | ||
2024-11-26 11:20:44.187 | INFO | __main__:main:347 - Starting LTX video generation server on port 8000 | ||
2024-11-26 11:26:48.145 | INFO | __main__:main:347 - Starting LTX video generation server on port 8000 | ||
2024-11-26 11:27:36.160 | INFO | __main__:main:347 - Starting LTX video generation server on port 8000 | ||
2024-11-26 11:31:41.717 | INFO | __main__:main:343 - Starting LTX video generation server on port 8000 | ||
2024-11-26 11:34:03.736 | INFO | __main__:main:343 - Starting LTX video generation server on port 8000 |
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
Binary file not shown.
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
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