Goals: Add links that are reasonable and good explanations of how stuff works. No hype and no vendor content if possible. Practical first-hand accounts of models in prod eagerly sought.

<html> | |
<head> | |
<meta http-equiv="refresh" content="0;url=http://localhost:3000/admin" /> | |
</head> | |
<body> | |
Glory to Arstotzka! | |
</body> | |
</html> |
# IDA (disassembler) and Hex-Rays (decompiler) plugin for Apple AMX | |
# | |
# WIP research. (This was edited to add more info after someone posted it to | |
# Hacker News. Click "Revisions" to see full changes.) | |
# | |
# Copyright (c) 2020 dougallj | |
# Based on Python port of VMX intrinsics plugin: | |
# Copyright (c) 2019 w4kfu - Synacktiv |
import gradio as gr | |
import torch | |
from entropix.config import LLAMA_1B_PARAMS | |
from entropix.tokenizer import Tokenizer | |
from entropix.torch_kvcache import KVCache | |
from entropix.torch_model import xfmr | |
from entropix.torch_weights import XfmrWeights, LayerWeights, load_weights | |
from entropix.torch_sampler import sample, calculate_metrics | |
from entropix.prompts import prompt, bp1 |
/Users/rose/projects/opensearchsecurity〉./gradlew integrationTest --tests org.opensearch.security.PointInTimeOperationTest.listAllPits_positive | |
======================================= | |
OpenSearch Build Hamster says Hello! | |
Gradle Version : 8.3 | |
OS Info : Mac OS X 13.4.1 (aarch64) | |
JDK Version : 21 (Homebrew JDK) | |
JAVA_HOME : /opt/homebrew/Cellar/openjdk/21/libexec/openjdk.jdk/Contents/Home | |
Random Testing Seed : ED30F527C48B9043 | |
In FIPS 140 mode : false | |
======================================= |