Skip to content

Instantly share code, notes, and snippets.

@kizill
kizill / README.md
Last active August 3, 2023 12:28
ml_platform quick guide

Python library for model and datasets versioning

Install wheel

pip install ml_platform*.whl

Getting OAuth token

Get your Ml platform OAuth token from https://tolokamodels.tech/token

Quick Start - Base operations with instances

diff --git a/make/CLANG39-LINUX-X86_64.makefile b/make/CLANG39-LINUX-X86_64.makefile
index 4b851976..cdce8862 100644
--- a/make/CLANG39-LINUX-X86_64.makefile
+++ b/make/CLANG39-LINUX-X86_64.makefile
@@ -12,9 +12,6 @@ endef
_CC_VERSION = $(shell echo '$(_CC_TEST)' | $(CC) -E -P -)
$(info _CC_VERSION = '$(_CC_VERSION)')
-ifneq '$(_CC_VERSION)' '3 9'
- $(error clang 3.9 is required)

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname