Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

M gfromthe5031/issue143 #194

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/alpine
{
"name": "Alpine",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/base:alpine-3.17",
"customizations": {
"vscode": {
"extensions": [
"ms-vscode.cpptools"
]
}
}

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "uname -a",

// Configure tool-specific properties.
// "customizations": {},

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}
169 changes: 169 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<<<<<<< HEAD
# ALL
*.dev

Expand Down Expand Up @@ -162,3 +163,171 @@ dmypy.json
# Pyre type checker
.pyre/

=======
# ALL
*.dev

# for server
server/models/*
!server/models/download.sh
!server/models/download.ps1
server/logs/
server/models_dev
server/public/*
!server/public/examples/
server/public/examples/*
!server/public/examples/a.jpg
!server/public/examples/b.jpg
!server/public/examples/c.jpg
!server/public/examples/d.jpg
!server/public/examples/e.jpg
!server/public/examples/f.jpg
!server/public/examples/g.jpg

# docker
Dockerfile
docker-compose.yml

# for gradio
# server/run_gradio.py

# for web
web/node_modules
web/package-lock.json
web/dist
web/electron-dist
web/yarn.lock

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock

# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

>>>>>>> 38a1842a2d69b937ad0a0f819e00d661c3f6c133

.fake
Binary file added .vs/slnx.sqlite
Binary file not shown.
Binary file added .vscode - Shortcut.lnk
Binary file not shown.
2 changes: 2 additions & 0 deletions .vscode/Untitled-2.csasm
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
inference_mode: hybrid
local_deployment: minimal.
1 change: 1 addition & 0 deletions .vscode/Untitled-2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
damo-vilab/text-to-video-ms-1.7b
13 changes: 13 additions & 0 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
I can't fix this problem.
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"intelliSenseMode": "windows-msvc-x64"
}
],
"version": 4
}
1 change: 1 addition & 0 deletions .vscode/google cloud deployment of jarvis .txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gh pr checkout 136
110 changes: 110 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
<<<<<<< HEAD
{
"version": "0.2.0",
"configurations": [
<<<<<<< HEAD
<<<<<<< HEAD
breadcrumbs
apiKey
::#region
::#endregion
MIMode
Debug
vscode
miDebuggerPath
JARVIS
externalConsole
configurations
C
autofetch
aiquickfix
9yDfO4XT9GIEG6MlGGviT3BlbkFJgUscuenOlN8oaC5eRgDu
=======
>>>>>>> 38a1842a2d69b937ad0a0f819e00d661c3f6c133
=======

9yDfO4XT9GIEG6MlGGviT3BlbkFJgUscuenOlN8oaC5eRgDu

attributes
autofetch
aiquickfix
json
amd64
ASPNETCORE_ENVIRONMENT
ASPNETCORE_ENVIRONMENT
9yDfO4XT9GIEG6MlGGviT3BlbkFJgUscuenOlN8oaC5eRgDu
DOTNET_WATCH_RESTART_ON_RUDE_EDIT
9yDfO4XT9GIEG6MlGGviT3BlbkFJgUscuenOlN8oaC5eRgDu

launch
Debug
C
launch
Session
autofetch
version
breadcrumbs
9yDfO4XT9GIEG6MlGGviT3BlbkFJgUscuenOlN8oaC5eRgDu
configurations
9yDfO4XT9GIEG6MlGGviT3BlbkFJgUscuenOlN8oaC5eRgDu
configurations
9yDfO4XT9GIEG6MlGGviT3BlbkFJgUscuenOlN8oaC5eRgDu
>>>>>>> 83afae24b7ca736ff1fbbed86ad430d208b02819
9yDfO4XT9GIEG6MlGGviT3BlbkFJgUscuenOlN8oaC5eRgDu
9yDfO4XT9GIEG6MlGGviT3BlbkFJgUscuenOlN8oaC5eRgDu
9yDfO4XT9GIEG6MlGGviT3BlbkFJgUscuenOlN8oaC5eRgDu
configurations
version
breadcrumbs
autofetch
apiKey
aiquickfix
9yDfO4XT9GIEG6MlGGviT3BlbkFJgUscuenOlN8oaC5eRgDu
version
configurations
version

configurations
{
"name": "C/C++ Runner: Debug Session",
"type": "cppdbg",
"request": "launch",
"args": [],
"stopAtEntry": false,
"externalConsole": true,
"cwd": "c:/Users/Mindy/OneDrive/.vscode/JARVIS/server/models",
"program": "c:/Users/Mindy/OneDrive/.vscode/JARVIS/server/models/build/Debug/outDebug",
"MIMode": "gdb",
"miDebuggerPath": "gdb",
"setupCommands": [
{
"description": "Enable pretty-printing for gdb",
"text": "-enable-pretty-printing",
"ignoreFailures": true
}
]
}
]
=======
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
configurations
version
aiquickfix
9yDfO4XT9GIEG6MlGGviT3BlbkFJgUscuenOlN8oaC5eRgDu
{
"type": "bmasm",
"request": "launch",
"name": "Debug Application",
"program": "${workspaceFolder}/${command:AskForProgramName}",
"stopOnEntry": true,
"debugArgs": [],
"cwd": "${workspaceRoot}"
}
]
>>>>>>> 634bc949eeb82f4602e9313dbebca3b7efc8c5d5
}
43 changes: 43 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"terminal.integrated.defaultProfile.linux": "",
"C_Cpp_Runner.cCompilerPath": "gcc",
"C_Cpp_Runner.cppCompilerPath": "g++",
"C_Cpp_Runner.debuggerPath": "gdb",
"C_Cpp_Runner.cStandard": "",
"C_Cpp_Runner.cppStandard": "",
"C_Cpp_Runner.msvcBatchPath": "",
"C_Cpp_Runner.useMsvc": false,
"C_Cpp_Runner.warnings": [
"-Wall",
"-Wextra",
"-Wpedantic",
"-Wshadow",
"-Wformat=2",
"-Wconversion",
"-Wnull-dereference",
"-Wsign-conversion"
],
"C_Cpp_Runner.enableWarnings": true,
"C_Cpp_Runner.warningsAsError": false,
"C_Cpp_Runner.compilerArgs": [],
"C_Cpp_Runner.linkerArgs": [],
"C_Cpp_Runner.includePaths": [],
"C_Cpp_Runner.includeSearch": [
"*",
"**/*"
],
"C_Cpp_Runner.excludeSearch": [
"**/build",
"**/build/**",
"**/.*",
"**/.*/**",
"**/.vscode",
"**/.vscode/**"
],
"C_Cpp_Runner.useAddressSanitizer": false,
"python.testing.pytestArgs": [
"server"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}
1 change: 1 addition & 0 deletions .vscode/stable-diffusion-v1-5.cshtml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
stable-diffusion-v1-5
Loading