Skip to content

Instantly share code, notes, and snippets.

View Harsh-2002's full-sized avatar
πŸ‘‹
Always Learning

Anurag Vishwakarma Harsh-2002

πŸ‘‹
Always Learning
View GitHub Profile
@Harsh-2002
Harsh-2002 / admin_extended.log
Created May 16, 2026 10:55
Noema QA extreme/phase-11 20260516-075835Z β€” log artefacts
============================= test session starts ==============================
platform linux -- Python 3.12.3, pytest-7.4.4, pluggy-1.4.0 -- /usr/bin/python3
cachedir: .pytest_cache
metadata: {'Python': '3.12.3', 'Platform': 'Linux-6.8.0-52-generic-x86_64-with-glibc2.39', 'Packages': {'pytest': '7.4.4', 'pluggy': '1.4.0'}, 'Plugins': {'timeout': '2.4.0', 'metadata': '3.1.1', 'xdist': '3.8.0', 'anyio': '4.13.0', 'rerunfailures': '16.1', 'json-report': '1.5.0', 'html': '4.2.0'}}
rootdir: /home/av/noema/qa
configfile: pytest.ini
plugins: timeout-2.4.0, metadata-3.1.1, xdist-3.8.0, anyio-4.13.0, rerunfailures-16.1, json-report-1.5.0, html-4.2.0
timeout: 120.0s
timeout method: thread
timeout func_only: False
@Harsh-2002
Harsh-2002 / admin_extended.log
Created May 9, 2026 06:45
Noema QA extreme/phase-11 20260509-040851Z β€” log artefacts
============================= test session starts ==============================
platform linux -- Python 3.12.3, pytest-7.4.4, pluggy-1.4.0 -- /usr/bin/python3
cachedir: .pytest_cache
metadata: {'Python': '3.12.3', 'Platform': 'Linux-6.8.0-52-generic-x86_64-with-glibc2.39', 'Packages': {'pytest': '7.4.4', 'pluggy': '1.4.0'}, 'Plugins': {'timeout': '2.4.0', 'metadata': '3.1.1', 'xdist': '3.8.0', 'anyio': '4.13.0', 'rerunfailures': '16.1', 'json-report': '1.5.0', 'html': '4.2.0'}}
rootdir: /home/av/noema/qa
configfile: pytest.ini
plugins: timeout-2.4.0, metadata-3.1.1, xdist-3.8.0, anyio-4.13.0, rerunfailures-16.1, json-report-1.5.0, html-4.2.0
timeout: 120.0s
timeout method: thread
timeout func_only: False
@Harsh-2002
Harsh-2002 / combined.json
Created May 8, 2026 20:28
Noema QA stress phase 2026-05-08 β€” log artefacts
{
"run_id": "20260508T202701Z",
"results_dir": "/tmp/noema-qa-stress-latest",
"noema_version": "v0.1.95",
"harness_version": "qa-1.0.0",
"overall_pass": true,
"pytest": {},
"warp": {
"summary": {
"total": 21,
@Harsh-2002
Harsh-2002 / combined.json
Last active May 8, 2026 18:58
Noema v0.1.95 QA run 20260508T180339Z β€” log artefacts
{
"run_id": "20260508T180339Z",
"results_dir": "/tmp/noema-qa-20260508-155651Z",
"noema_version": "v0.1.95",
"harness_version": "qa-1.0.0",
"overall_pass": false,
"pytest": {
"pytest-smoke.json": {
"total": 34,
"passed": 34,
@Harsh-2002
Harsh-2002 / microgpt.py
Created February 12, 2026 11:43 — forked from karpathy/microgpt.py
microgpt
"""
The most atomic way to train and inference a GPT in pure, dependency-free Python.
This file is the complete algorithm.
Everything else is just efficiency.
@karpathy
"""
import os # os.path.exists
import math # math.log, math.exp