Skip to content

Instantly share code, notes, and snippets.

@AlkindiX
AlkindiX / MEMO
Last active March 10, 2024 20:10
Run machine learning on 7900XT and 7900XTX on PyTorch
Requirements:-
1. Ubuntu 22.04
2. 7900XT or 7900XTX
Pre-requests before making any installation.
Follow step 1-3 if you installed amdgpu.
1. If you already installed redeon graphic card driver from AMD using amdgpu-install. Completely remove the driver
and connect your HDMI to motherboard. Then restart your PC
@AlkindiX
AlkindiX / docker-compose-redis-stack.yaml
Last active June 1, 2023 07:09
Redis stack docker image and their github repo does not provide any documentation on how to add plugins(modules). After hours on how to do it. Here it is
service:
redis:
container_name: redis
image: redis/redis-stack-server:6.2.6-v4
restart: always
ports:
- '6379:6379'
command: >
redis-server
--save 60 1

Keybase proof

I hereby claim:

  • I am alkindix on github.
  • I am alkindix (https://keybase.io/alkindix) on keybase.
  • I have a public key ASBKA4TIlaQnVUGAn_fVdIbF5QWjeiiwY77MubZ-OYgHpQo

To claim this, I am signing this object:

all: alfa.pdf
alfa.pdf: alfa.latex
latexmk -pdf $<
alfa.png: alfa.pdf
convert -density 150 -flatten $< $@
clean: alfa.latex
latexmk -CA $<