soiz1's picture
Upload folder using huggingface_hub
8f3f8db verified
raw
history blame contribute delete
206 Bytes
linking
emitLoad: aString asFloatValueFrom: anInteger on: aStream
aStream
nextPutAll: aString;
nextPutAll: ' = interpreterProxy->stackFloatValue(';
nextPutAll: anInteger asString;
nextPutAll: ')'