Jakub Nyckowski
Jakub Nyckowski
Add Crown Jewel resource described here https://github.com/gravitational/access-graph/blob/main/rfd/0005-crown-jewel.md Depends on https://github.com/gravitational/teleport/pull/41168 changelog: Add support for crown jewel resource type
The sample code (taken from AirLLM examples): ```python from airllm import AirLLMLlamaMlx import mlx.core as mx MAX_LENGTH = 128 model = AirLLMLlamaMlx("garage-bAInd/Platypus2-7B") input_text = [ 'I like', ] input_tokens =...
Update Access Graph docs to reflect the latest changes and the new UI. Closes https://github.com/gravitational/access-graph/issues/551