llama3.java icon indicating copy to clipboard operation
llama3.java copied to clipboard

Tweaks to improve cleanliness of code; removes warnings that appear in Eclipse

Open SkyAphid opened this issue 1 year ago • 2 comments

-Surrounded Scanner in runInteractive() in try blocks -Tweaked precomputeFreqsCis() and removed code that doesn't appear to do anything (triggers a warning in Eclipse) -Added @SuppressWarnings("preview") to loadModelImpl()

SkyAphid avatar Aug 01 '24 15:08 SkyAphid

Alright, sorry. This was the first time I'd ever done a pull request since I usually just build my own tools. I'll fix it up when I have time.

SkyAphid avatar Aug 05 '24 20:08 SkyAphid

Alright, I've adjusted it based on your feedback. That said, this version does include a git ignore file, but that's specifically so it won't push the classpath, project file, and other unwanted items. I think you can delete that on your end though.

Sorry for all of the mistakes! I hope this is useful to you.

SkyAphid avatar Aug 05 '24 21:08 SkyAphid