Skip to content

Commit

Permalink
Updated VIA from VIA to StaVIA
Browse files Browse the repository at this point in the history
  • Loading branch information
Starlitnightly committed Dec 17, 2024
1 parent f1fef75 commit 2baddf0
Show file tree
Hide file tree
Showing 13 changed files with 19,346 additions and 9 deletions.
8 changes: 4 additions & 4 deletions OvStudent/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"file_selection_model": "qwen2.5-coder:7b",
"query_processing_model": "gemini-2.0-flash-exp",
"file_selection_model": "qwen2.5-coder:3b",
"query_processing_model": "qwen2.5-coder:7b",
"rate_limit": 5,
"converted_jsons_directory": "/Users/kq_m3m/PycharmProjects/OVMaster/Converted_Jsons",
"annotated_scripts_directory": "/Users/kq_m3m/PycharmProjects/OVMaster/Converted_Scripts_Annotated"
"converted_jsons_directory": "/Users/fernandozeng/Desktop/analysis/OV_Agent/Converted_Jsons",
"annotated_scripts_directory": "/Users/fernandozeng/Desktop/analysis/OV_Agent/Converted_Scripts_Annotated"
}
7 changes: 7 additions & 0 deletions omicverse/externel/VIA/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from . import core
from . import examples
from . import utils_via
from . import windmap
from . import plotting_via
from . import plotting_via_ov
from . import datasets_via
3,091 changes: 3,091 additions & 0 deletions omicverse/externel/VIA/core.py

Large diffs are not rendered by default.

Loading

0 comments on commit 2baddf0

Please sign in to comment.