Optimized for Windows + Docker Desktop (WSL2) + RTX 5090 (32 GB GDDR7)
This README contains everything you need to run the largest/latest Gemma 4 31B model (nvidia/Gemma-4-31B-IT-NVFP4) using the exact command style you provided.
Optimized for Windows + Docker Desktop (WSL2) + RTX 5090 (32 GB GDDR7)
This README contains everything you need to run the largest/latest Gemma 4 31B model (nvidia/Gemma-4-31B-IT-NVFP4) using the exact command style you provided.
safetensors tried to compile from source and failed because Rust/Cargo wasn’t on PATH.sentencepiece tried to compile from source and failed because the project’s CMake files are too old for CMake 4.Yes, Markdown can render mathematical formulas and LaTeX, especially when used with platforms that support it, such as Jupyter Notebooks, GitHub, or certain Markdown editors. Here’s an example of how you can include mathematical formulas using LaTeX syntax in Markdown:
You can include inline math using single dollar signs:
The quadratic formula is
| import time | |
| from random import randrange | |
| from datetime import datetime | |
| from playwright.sync_api import sync_playwright | |
| from urllib.parse import urlparse | |
| import json | |
| output_directory = './.local/some-novel' | |
| timeout = 1_000 * 60 * 4 |
Cache Microsoft Account in to Windows so you can RDP in to a Windows Machine using your Microsoft Account.
runas /u:MicrosoftAccount\username@example.com winverhttps://cmdrkeene.com/remote-desktop-with-microsoft-account-sign-in/
| /** @jsxImportSource react */ | |
| import { qwikify$ } from "@builder.io/qwik-react"; | |
| import * as SyncfusionDropDown from '@syncfusion/ej2-react-dropdowns'; | |
| import * as SyncfusionBase from '@syncfusion/ej2-base'; | |
| export const SyncfusionDemo = qwikify$(() => { | |
| SyncfusionBase.registerLicense(import.meta.env.PUBLIC_SYNCFUSION_LICENSE_KEY); | |
| const data: { [key: string]: Object }[] = [ | |
| { |
Apply configuration on each Powershell version. Use command mklink /h target/Profile.ps1 source/Profile.ps1 to create a symlink so that you only need to edit 1 Profile.ps1 file.
oh-my-posh using winget.