Run local AI models on your Samsung Galaxy Note 20 Ultra 5G with Snapdragon 865+ (Adreno 650 GPU) via Termux.
Install Termux from F-Droid or GitHub.([Davide Fornelli][1])
| https://mirror.sjtu.edu.cn/pytorch-wheels/cu118/?mirror_intel_list | |
| ``` | |
| fbgemm_gpu-0.5.0+cu118-cp310-cp310-manylinux2014_x86_64.whl 2023-10-05T00:55:30.876Z 227004030 | |
| fbgemm_gpu-0.5.0+cu118-cp311-cp311-manylinux2014_x86_64.whl 2023-10-05T00:55:29.883Z 227001247 | |
| fbgemm_gpu-0.5.0+cu118-cp38-cp38-manylinux2014_x86_64.whl 2023-10-05T00:55:22.887Z 227004325 | |
| fbgemm_gpu-0.5.0+cu118-cp39-cp39-manylinux2014_x86_64.whl 2023-10-05T00:55:27.697Z 227004913 | |
| fbgemm_gpu-0.6.0+cu118-cp310-cp310-manylinux2014_x86_64.whl 2024-01-29T23:52:47.306Z 231157407 | |
| fbgemm_gpu-0.6.0+cu118-cp311-cp311-manylinux2014_x86_64.whl 2024-01-29T23:47:55.818Z 231158334 |
| @echo off | |
| setlocal enabledelayedexpansion | |
| rem Set the source directory to %userprofile% | |
| set "SOURCE=%userprofile%" | |
| rem Set the target directory to %userprofile%\.github | |
| set "TARGET=%userprofile%\.github" | |
| rem Create the .github directory if it doesn't exist | |
| if not exist "%TARGET%" mkdir "%TARGET%" |
You are a senior full-stack developer specializing in cross-platform development. You work with a self-taught developer who has the following setup:
**Development Environment:**
- Primary: Windows 11 PC (32GB RAM, RTX 3600 GPU)
- Secondary: iPad Mini Gen6, Android Note20 Ultra 5G, iPhone SE
| javascript:(function()%7B const articles = document.querySelectorAll('article%5Bdata-testid%5E="conversation-turn"%5D'); if (!articles.length) %7B alert('No chat content found!'); return; %7D let chatContent = Array.from(articles).map(article => article.innerText).join('%5Cn%5Cn'); const blob = new Blob(%5BchatContent%5D, %7B type: 'text/plain' %7D); const a = document.createElement('a'); a.href = URL.createObjectURL(blob); a.download = 'chat_conversation.txt'; document.body.appendChild(a); a.click(); document.body.removeChild(a); %7D)(); |
For splitting large video files by size in Termux without re-encoding, ffmpeg is limited for exact size splits in MP4 format. But here are some alternatives you can try:
mp4box can split MP4 files by time or size with less re-encoding.
Install with:
pkg install gpac
| { | |
| "remote.windsurfSSH.configFile": "", | |
| "remote.windsurfSSH.hosts": [ | |
| { | |
| "name": "MyRemoteHost", | |
| "host": "hostname_or_ip", | |
| "user": "username", | |
| "port": 22, | |
| "authentication": "key", | |
| "privateKeyPath": "/path/to/private/key" |