- Threat Monitor: 7-tab monitoring page (live, connections, network intel, threats, packet capture, DDoS mitigation, counter-attack) with real-time SSE streaming and optimized data collection (heartbeat, cached subprocess calls, bulk process name cache) - Drill-down popups: Every live monitor stat is clickable, opening a popup with detailed data (connections list with per-connection detail view, GeoIP lookup, process kill, bandwidth, ARP spoof, port scan, DDoS status) - Hal agent mode: Chat routes rewritten to use Agent system with create_module tool, SSE streaming of thought/action/result steps - Windows defense module with full security audit - LLM trainer module and routes - Defense landing page with platform-specific sub-pages - Clean up stale files (get-pip.py, download.png, custom_adultsites.json) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
15 lines
1.0 KiB
Plaintext
15 lines
1.0 KiB
Plaintext
C:\she\autarch\data\training\train_lora.py:50: SyntaxWarning: invalid escape sequence '\s'
|
|
with open("C:\she\autarch\data\training\autarch_dataset_20260302_202634.jsonl", "r") as f:
|
|
C:\she\autarch\data\training\train_lora.py:76: SyntaxWarning: invalid escape sequence '\s'
|
|
output_dir="C:\she\autarch\data\training\output",
|
|
C:\she\autarch\data\training\train_lora.py:95: SyntaxWarning: invalid escape sequence '\s'
|
|
model.save_pretrained("C:\she\autarch\data\training\output/lora_adapter")
|
|
C:\she\autarch\data\training\train_lora.py:96: SyntaxWarning: invalid escape sequence '\s'
|
|
tokenizer.save_pretrained("C:\she\autarch\data\training\output/lora_adapter")
|
|
C:\she\autarch\data\training\train_lora.py:97: SyntaxWarning: invalid escape sequence '\s'
|
|
print(f"LoRA adapter saved to C:\she\autarch\data\training\output/lora_adapter")
|
|
Traceback (most recent call last):
|
|
File "C:\she\autarch\data\training\train_lora.py", line 5, in <module>
|
|
from datasets import Dataset
|
|
ModuleNotFoundError: No module named 'datasets'
|