This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# --extra-index-url https://download.pytorch.org/whl/cu121 | |
# torch==2.1.2+cu121 | |
# torchaudio==2.1.2+cu121 | |
# pyannote.audio==3.1.1 | |
# transformers==4.36.2 | |
# numpy==1.24.3 | |
# tqdm==4.66.1 | |
# PyYAML==6.0.1 | |
# soundfile==0.12.1 | |
# typing-extensions>=4.8.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
my $entities = join(', ',qw( | |
Person | |
Organization | |
Government | |
Location | |
Product | |
Resource | |
Event | |
)); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
services: | |
traefik: | |
container_name: traefik | |
restart: always | |
image: traefik:2.11 | |
volumes: | |
- "./traefik/traefik.toml:/etc/traefik/traefik.toml" | |
- "./traefik/acme.json:/etc/traefik/acme.json" | |
- "./traefik/config:/etc/traefik/config" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
He was a freak, an idealist | |
Against the war, was a pacifist | |
Did not care about money | |
Rather dispossessed | |
Slept, when he could, without a roof | |
Did not have a regular job | |
Lived on what he was given | |
And rejected bourgeois aspirations |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.psd filter=lfs diff=lfs merge=lfs -text | |
*.ai filter=lfs diff=lfs merge=lfs -text | |
*.uasset filter=lfs diff=lfs merge=lfs -text | |
*.umap filter=lfs diff=lfs merge=lfs -text | |
*.png filter=lfs diff=lfs merge=lfs -text | |
*.fbx filter=lfs diff=lfs merge=lfs -text | |
*.wav filter=lfs diff=lfs merge=lfs -text | |
*.mp4 filter=lfs diff=lfs merge=lfs -text | |
*.pdf filter=lfs diff=lfs merge=lfs -text | |
*.rtf filter=lfs diff=lfs merge=lfs -text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sub has_conf { | |
my ( $name, $env_key, $default ) = @_; | |
my $default_ref = ref $default; | |
has $name => ( | |
is => 'ro', | |
lazy => 1, | |
default => sub { | |
my ( $self ) = @_; | |
my $result; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@start /high Bin64_dedicated\MiscreatedServer.exe +sv_maxplayers 50 +http_startserver port:64190 +map islands -mis_gameserverid 2401 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defaults | |
maxconn 1000 | |
timeout connect 5000ms | |
timeout client 50000ms | |
timeout server 50000ms | |
frontend https | |
mode tcp | |
bind *:443 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Intermediate/* | |
Saved/* | |
Build/* | |
Binaries/* | |
Plugins/*/Intermediate/* | |
Plugins/*/Binaries/* | |
Plugins/*/*/Intermediate/* | |
Plugins/*/*/Binaries/* | |
Plugins/*/*/*/Intermediate/* | |
Plugins/*/*/*/Binaries/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Intermediate/* | |
Saved/* | |
Build/* | |
Binaries/* | |
Plugins/*/Intermediate/* | |
Plugins/*/Binaries/* | |
Plugins/*/*/Intermediate/* | |
Plugins/*/*/Binaries/* | |
Plugins/*/*/*/Intermediate/* | |
Plugins/*/*/*/Binaries/* |
NewerOlder