awacke1 commited on
Commit
db037ca
·
verified ·
1 Parent(s): 7413475

Update Rust Go and Zig - Language Patterns for HPC.md

Browse files
Rust Go and Zig - Language Patterns for HPC.md CHANGED
@@ -10,8 +10,10 @@ My daily spaces are often around 1500 code lines with version numbers in 200-300
10
 
11
  Fav IDE's are 1. HuggingFace and 2. VSCode. Here is why. Time it!
12
  1. Create a new Space picking a primary python library or container flavor alt. HF: 3 seconds 2. VSCode: 5 minutes - new folder, set py interpreter, create a launch.json
13
- 2. Create a short python program composed of app.py and requirements.txt
14
- 3. Introduce something really hard but simplified so you can learn all patterns yet suffer no defeat: e.g. git clone https://github.com/AaronCWacker/SFT for an instant ML SFT pipeline with Test and Agentic ready OOB.
 
 
15
 
16
  Then experiment. How low can we go for HPC?
17
 
 
10
 
11
  Fav IDE's are 1. HuggingFace and 2. VSCode. Here is why. Time it!
12
  1. Create a new Space picking a primary python library or container flavor alt. HF: 3 seconds 2. VSCode: 5 minutes - new folder, set py interpreter, create a launch.json
13
+ 2. Create a short python program composed of app.py and requirements.txt HF: 2 minutes or less. VSCode: same but cannot rebuild all on changes commit yet.
14
+ 3. Introduce something really hard but simplified so you can learn all patterns yet suffer no complexity defeats.
15
+ 4. e.g. git clone https://github.com/AaronCWacker/SFT for an instant ML SFT pipeline with Test and Agentic ready OOB.
16
+ 5. Test! This should be mostly pleasure of using your own app.
17
 
18
  Then experiment. How low can we go for HPC?
19