mirror of
https://github.com/tiyn/wiki.git
synced 2026-08-25 17:51:37 +02:00
Compare commits
3 Commits
c03daea525
...
547f60649e
| Author | SHA1 | Date | |
|---|---|---|---|
| 547f60649e | |||
| bd928b26af | |||
| beee1f7e83 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
||||
*.pdf
|
||||
.zk
|
||||
|
||||
@@ -40,7 +40,7 @@ Many of them also feature public decks.
|
||||
|
||||
- [Archidekt](https://archidekt.com/) is another popular deck building site.
|
||||
With the option to build commander decks based on a specific commander.
|
||||
It additionally, features the display of public decks.
|
||||
Additionally, it features the display of public decks.
|
||||
- [deckbox](https://deckbox.org/) is a very clean deck builder website.
|
||||
- [deckstats.net](https://deckstats.net/) gives the option to build and analyze MTG(A) decks.
|
||||
- [Delver Lens](https://www.delverlab.com/) is an [Android](/wiki/android.md) application for
|
||||
@@ -186,7 +186,7 @@ The card has to be efficient mana-wise.
|
||||
It should therefore always be compared to other cards that are played similarly.
|
||||
For creatures without any bonus attributes it is said that 1 Power and 1 Toughness per Mana is a
|
||||
good starting point.
|
||||
Additionally cards should fit the strategy and shouldn't be too specific.
|
||||
Additionally, cards should fit the strategy and shouldn't be too specific.
|
||||
Modal spells (1 card with multiple options) can be useful to be prepared for different
|
||||
situations without too specific cards
|
||||
They shouldn't be "win-more"-card and play good on their own.
|
||||
|
||||
@@ -11,6 +11,9 @@ The Whisper CLI program can be installed from source as described
|
||||
[on GitHub](https://github.com/vatsalaggarwal/whisper-cli).
|
||||
Some [Linux](/wiki/linux.md) [package managers](/wiki/linux/package_manager.md) package Whisper CLI
|
||||
in the `whisper.cpp` package.
|
||||
Additionally, there may be GPU-specific packages like `whisper.cpp-vulkan` or `whisper.cpp-cuda`
|
||||
which are quicker and more effective than the basic package and therefore should be preferred over
|
||||
it.
|
||||
|
||||
### Configuration
|
||||
|
||||
|
||||
@@ -11,8 +11,8 @@ You can install python using various ways.
|
||||
|
||||
Using various [package managers](/wiki/linux/package_manager.md) the current python version can be
|
||||
easily installed.
|
||||
Additionally an [pyenv](#pyenv-installation), [uv](#uv-installation) or [manual installation](#manual-installation) can be
|
||||
done to get a specific older versions for projects.
|
||||
Additionally, a [pyenv](#pyenv-installation), [uv](#uv-installation) or
|
||||
[manual installation](#manual-installation) can be done to get a specific older version for projects.
|
||||
|
||||
### uv Installation
|
||||
|
||||
@@ -153,7 +153,7 @@ If it is omitted the project will be created in the current working directory.
|
||||
uv init <path>
|
||||
```
|
||||
|
||||
Additionally this command can be expanded with flags.
|
||||
Additionally, this command can be expanded with flags.
|
||||
To create the most basic form of a project without a `README.md` the `--bare` flag can be used.
|
||||
|
||||
To use uv as a virtual environment similar to venv the following command can be invoked inside a
|
||||
@@ -342,8 +342,7 @@ torch.cuda.is_available()
|
||||
|
||||
The package for [Hailo chips](/wiki/hailo.md) has to be downloaded from the
|
||||
[official website](https://hailo.ai/developer-zone/software-downloads).
|
||||
Additionally, additional setup may be required as explained in the
|
||||
[Hailo article](/wiki/hailo.md#setup).
|
||||
Additional setup may be required as explained in the [Hailo article](/wiki/hailo.md#setup).
|
||||
|
||||
Hailo chips can be used to run converted [TensorFlow](#tensorflow) models.
|
||||
The conversion process is explained in the
|
||||
|
||||
Reference in New Issue
Block a user