fabric
Handle:
fabric
URL: -
fabric is an open-source framework for augmenting humans using AI.
# Create a quiz about Harbor CLI - Neat!
cat $(h home)/harbor.sh | head -n 150 | h fabric --pattern create_quiz --stream
# > Subject: Bash Scripting and Container Management (Harbor CLI)
# * Learning objective: Understand and utilize basic container management functions in a bash script
# - Question 1: Which command is used to view the logs of running containers?
# Answer 1: The `logs` or `l` command is used to view the logs of running containers.
#
# - Question 2: What does the `exec` function in the Harbor CLI do?
# Answer 2: The `exec` function in the Harbor CLI allows
# you to execute a specific command inside a running service container.
#
# - Question 3: How can you run a one-off command in a service container using the Harbor CLI?
# Answer 3: You can use the `run` command followed by the name of
# the service and then the command you want to execute, like so: `./harbor.sh run <service> <command>`.
# Why not generate some tags for the Harbor CLI
cat $(h home)/harbor.sh | head -n 50 | h fabric -sp create_tags
# harbor_cli bash_script ollama nvidia gpu docker
# llamacpp tgi lite_llm openai vllm aphrodite tabbyapi
# mistralrs cloudflare parllama plandex open_interpreter fabric hugging_faceMisc
harbor updatenow respects release tags, run with--latestto stick to the bleeding edge- nicer install one-liner with version pinning
- Mac OS install and linking fixes
Full Changelog: v0.1.1...v0.1.2
